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 sbt
Recipients asvetlov, jcea, pitrou, sbt, serhiy.storchaka
Date 2013-02-14.15:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360856723.59.0.56869913329.issue15528@psf.upfronthosting.co.za>
In-reply-to
Content
On 14/02/2013 3:16pm, Antoine Pitrou wrote:
> Mmmh... thread switching is already blocked at shutdown:
> http://hg.python.org/cpython/file/0f827775f7b7/Python/ceval.c#l434

But in Py_Finalize(), call_py_exitfuncs() is called *before* _Py_Finalizing is set to a non-NULL value.

    http://hg.python.org/cpython/file/0f827775f7b7/Python/pythonrun.c#l492
History
Date User Action Args
2013-02-14 15:45:23sbtsetrecipients: + sbt, jcea, pitrou, asvetlov, serhiy.storchaka
2013-02-14 15:45:23sbtsetmessageid: <1360856723.59.0.56869913329.issue15528@psf.upfronthosting.co.za>
2013-02-14 15:45:23sbtlinkissue15528 messages
2013-02-14 15:45:23sbtcreate