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 Arfrever, chortos, gvanrossum, petri.lehtinen, pitrou, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2014-02-10.17:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392053312.94.0.913943570331.issue12085@psf.upfronthosting.co.za>
In-reply-to
Content
I excluded from patches caching of SubprocessError and OSError, because it shouldn't be an issue after committing issue19255. I also removed caching of _active because it is explicitly checked for None and it is set to None on shutdown with a purpose.
History
Date User Action Args
2014-02-10 17:28:32serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, terry.reedy, pitrou, vstinner, Arfrever, r.david.murray, chortos, python-dev, petri.lehtinen
2014-02-10 17:28:32serhiy.storchakasetmessageid: <1392053312.94.0.913943570331.issue12085@psf.upfronthosting.co.za>
2014-02-10 17:28:32serhiy.storchakalinkissue12085 messages
2014-02-10 17:28:32serhiy.storchakacreate