[issue14522] Avoid using DuplicateHandle() on sockets in multiprocessing.connection

Kristján Valur Jónsson report at bugs.python.org
Mon Apr 9 12:38:24 CEST 2012


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

possibly, multiprocessing.Connection uses handles, which can be socket handles on windows, and that code also uses DuplicateHandle.  I think a generic solution must be found for multiprocessing, so I'll create a separate issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14522>
_______________________________________


More information about the Python-bugs-list mailing list