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 nedbat
Recipients nedbat, patriki, r.david.murray, serhiy.storchaka
Date 2016-12-24.16:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482597451.35.0.268950741049.issue29048@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure the code that tried to print to stderr was even run? It's in a __del__ method, which is notorious for being affected by surprising things.
History
Date User Action Args
2016-12-24 16:37:31nedbatsetrecipients: + nedbat, r.david.murray, serhiy.storchaka, patriki
2016-12-24 16:37:31nedbatsetmessageid: <1482597451.35.0.268950741049.issue29048@psf.upfronthosting.co.za>
2016-12-24 16:37:31nedbatlinkissue29048 messages
2016-12-24 16:37:31nedbatcreate