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 neologix, vstinner
Date 2011-06-10.22:36:05
SpamBayes Score 7.5546435e-05
Marked as misclassified No
Message-id <1307745366.26.0.591254125335.issue12316@psf.upfronthosting.co.za>
In-reply-to
Content
> In a multi-threaded program, we're only allowed to call async-safe
> functions between fork() and exec() in the child process

Oh, I don't know that. The test should be modified to create a new clean Python process using subprocess to run the test.
History
Date User Action Args
2011-06-10 22:36:06vstinnersetrecipients: + vstinner, neologix
2011-06-10 22:36:06vstinnersetmessageid: <1307745366.26.0.591254125335.issue12316@psf.upfronthosting.co.za>
2011-06-10 22:36:05vstinnerlinkissue12316 messages
2011-06-10 22:36:05vstinnercreate