[issue26793] uuid causing thread issues when forking using os.fork py3.4+

Xiang Zhang report at bugs.python.org
Mon Apr 18 03:08:23 EDT 2016


Xiang Zhang added the comment:

I am not sure what the real problem is. What I can see now it that it seems ctypes affects process fork. If you create the thread after fork, for example, in wait, your example works well. But if the thread participates in process fork, it fails.

----------

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


More information about the Python-bugs-list mailing list