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 brett.cannon, eric.snow, miss-islington, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2018-04-26.00:27:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524702476.14.0.682650639539.issue33330@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b16681fb1e63f45361d1d68333d6dbdd4bf5435d by Serhiy Storchaka in branch '3.6':
[3.6] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH-6604)
https://github.com/python/cpython/commit/b16681fb1e63f45361d1d68333d6dbdd4bf5435d
History
Date User Action Args
2018-04-26 00:27:57serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, vstinner, eric.snow, miss-islington
2018-04-26 00:27:56serhiy.storchakasetmessageid: <1524702476.14.0.682650639539.issue33330@psf.upfronthosting.co.za>
2018-04-26 00:27:56serhiy.storchakalinkissue33330 messages
2018-04-26 00:27:54serhiy.storchakacreate