STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue26793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to