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 vstinner
Recipients vstinner
Date 2017-04-21.16:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492791121.95.0.979158654075.issue30131@psf.upfronthosting.co.za>
In-reply-to
Content
Example on Windows from AppVeyor:

https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.1402

Warning -- threading._dangling was modified by test_logging
  Before: <_weakrefset.WeakSet object at 0x027CBE30>
  After:  <_weakrefset.WeakSet object at 0x027CBFF0>

I also saw this warning on FreeBSD buildbots.
History
Date User Action Args
2017-04-21 16:12:01vstinnersetrecipients: + vstinner
2017-04-21 16:12:01vstinnersetmessageid: <1492791121.95.0.979158654075.issue30131@psf.upfronthosting.co.za>
2017-04-21 16:12:01vstinnerlinkissue30131 messages
2017-04-21 16:12:01vstinnercreate