[issue26793] ctypes issue with threads after fork

STINNER Victor report at bugs.python.org
Thu Sep 28 09:42:02 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

The bpo-11063 is going to rewrite uuid using a C extension to avoid ctypes, but also defer "import ctypes" until we really need it (when the new C extension is not available). I don't think this issue is related to uuid directly, no?

I changed the issue title to: "ctypes issue with threads after fork". Don't hesitate to complete/rewrite the title if you understood the issue :-)

----------
title: uuid causing thread issues when forking using os.fork py3.4+ -> ctypes issue with threads after fork

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


More information about the Python-bugs-list mailing list