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 pitrou
Recipients amaury.forgeotdarc, andrea.corbellini, belopolsky, cburroughs, christian.heimes, georg.brandl, glchapman, gregory.p.smith, jimjjewett, loewis, nascheme, ncoghlan, pitrou, python-dev, sbt, vstinner
Date 2013-05-08.00:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367973066.44.0.428832792731.issue1545463@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch, it seems to work on the custom buildbots. The problem was two-fold:
- PyErr_Warn() is too high-level, it will invoke linecache and others
- encodings and codecs shouldn't be cleared before the final shutdown
History
Date User Action Args
2013-05-08 00:31:06pitrousetrecipients: + pitrou, loewis, nascheme, georg.brandl, glchapman, gregory.p.smith, jimjjewett, amaury.forgeotdarc, ncoghlan, belopolsky, vstinner, christian.heimes, andrea.corbellini, cburroughs, python-dev, sbt
2013-05-08 00:31:06pitrousetmessageid: <1367973066.44.0.428832792731.issue1545463@psf.upfronthosting.co.za>
2013-05-08 00:31:06pitroulinkissue1545463 messages
2013-05-08 00:31:06pitroucreate