[issue3006] subprocess.Popen causes socket to remain open after close
Changes by Nicolas Grilly <[EMAIL PROTECTED]>: -- nosy: +ngrilly ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3006> ___ __
[issue1398] Can't pickle partial functions
Nicolas Grilly <[EMAIL PROTECTED]> added the comment: It seems using protocol version 2 is not enough: >>> s = pickle.dumps(partial_f, 2) >>> f = pickle.loads(s) Traceback (most recent call last): ... TypeError: type 'partial' takes at least on