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 yselivanov
Recipients asvetlov, giampaolo.rodola, gvanrossum, njs, yselivanov
Date 2018-01-26.19:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516995132.58.0.467229070634.issue32591@psf.upfronthosting.co.za>
In-reply-to
Content
Nathaniel's latest PR looks good and fixes the crash.

FWIW losing some warnings during interpreter shutdown isn't exactly a new problem, therefore I think there's nothing wrong with the new API here.  For instance, I've seen asyncio's CoroWrapper losing warnings in the exact same fashion.

So I've merged Nathaniel's PR.  I think we can rollback the new API if we discover more problems during the beta-1 period.
History
Date User Action Args
2018-01-26 19:32:12yselivanovsetrecipients: + yselivanov, gvanrossum, giampaolo.rodola, njs, asvetlov
2018-01-26 19:32:12yselivanovsetmessageid: <1516995132.58.0.467229070634.issue32591@psf.upfronthosting.co.za>
2018-01-26 19:32:12yselivanovlinkissue32591 messages
2018-01-26 19:32:12yselivanovcreate