This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Andre Merzky, Chase Sterling, Steven Adams, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-09-28.13:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506606122.94.0.466225441844.issue26793@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2017-09-28 13:42:03vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, xiang.zhang, Andre Merzky, Steven Adams, Chase Sterling
2017-09-28 13:42:02vstinnersetmessageid: <1506606122.94.0.466225441844.issue26793@psf.upfronthosting.co.za>
2017-09-28 13:42:02vstinnerlinkissue26793 messages
2017-09-28 13:42:02vstinnercreate