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 pablogsal
Recipients pablogsal
Date 2018-07-27.10:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532685733.19.0.56676864532.issue34246@psf.upfronthosting.co.za>
In-reply-to
Content
The Gentoo Refleaks 3.7 buildbot is reporting that test_smtplib may be leaving with dangling threads:

https://buildbot.python.org/all/#builders/114/builds/179

FAILED (errors=7)
Warning -- threading._dangling was modified by test_smtplib
  Before: <_weakrefset.WeakSet object at 0xb6918bcc>
  After:  <_weakrefset.WeakSet object at 0xb68e761c> 
test test_smtplib failed
1 test failed again:
    test_smtplib
== Tests result: FAILURE then FAILURE ==
History
Date User Action Args
2018-07-27 10:02:13pablogsalsetrecipients: + pablogsal
2018-07-27 10:02:13pablogsalsetmessageid: <1532685733.19.0.56676864532.issue34246@psf.upfronthosting.co.za>
2018-07-27 10:02:13pablogsallinkissue34246 messages
2018-07-27 10:02:13pablogsalcreate