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 serhiy.storchaka
Recipients JanVok, gvanrossum, r.david.murray, serhiy.storchaka, smurfix, vinay.sajip, vstinner, yselivanov
Date 2017-02-21.21:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487711431.85.0.0832852944103.issue26789@psf.upfronthosting.co.za>
In-reply-to
Content
> How does a particular piece of logging package code know it's being called during Python finalization?

sys.is_finalizing()
History
Date User Action Args
2017-02-21 21:10:31serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vinay.sajip, vstinner, smurfix, r.david.murray, yselivanov, JanVok
2017-02-21 21:10:31serhiy.storchakasetmessageid: <1487711431.85.0.0832852944103.issue26789@psf.upfronthosting.co.za>
2017-02-21 21:10:31serhiy.storchakalinkissue26789 messages
2017-02-21 21:10:31serhiy.storchakacreate