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 r.david.murray
Recipients pablogsal, r.david.murray
Date 2018-07-27.12:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532695322.02.0.56676864532.issue34246@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, sorry.  we just modernized test_smtplib's __main__ section, and I think we lost the thread cleanup code that used to be run around the test suite.  We need to add the thread cleanup decorators.
History
Date User Action Args
2018-07-27 12:42:02r.david.murraysetrecipients: + r.david.murray, pablogsal
2018-07-27 12:42:02r.david.murraysetmessageid: <1532695322.02.0.56676864532.issue34246@psf.upfronthosting.co.za>
2018-07-27 12:42:01r.david.murraylinkissue34246 messages
2018-07-27 12:42:01r.david.murraycreate