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 Deric-W, benjamin.peterson, methane, serhiy.storchaka, vstinner
Date 2020-10-31.13:50:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604152211.05.0.428882565872.issue42160@roundup.psfhosted.org>
In-reply-to
Content
Instead of os.getpid() we can use a global variable, and the single callback can reset it.

But is it worth? Is os.getpid() so slow?
History
Date User Action Args
2020-10-31 13:50:11serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, methane, Deric-W
2020-10-31 13:50:11serhiy.storchakasetmessageid: <1604152211.05.0.428882565872.issue42160@roundup.psfhosted.org>
2020-10-31 13:50:11serhiy.storchakalinkissue42160 messages
2020-10-31 13:50:11serhiy.storchakacreate