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-09-14.09:59:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505383172.06.0.255428471375.issue31234@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, test_concurrent_futures.test_exception_with_success() failed on Travis CI :-(

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

test_exception_with_success (test.test_concurrent_futures.FutureTests) ... Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
Dangling thread: <Thread(Thread-1, started 4012)>
Dangling thread: <_MainThread(MainThread, started 3656)>
ok
History
Date User Action Args
2017-09-14 09:59:32vstinnersetrecipients: + vstinner
2017-09-14 09:59:32vstinnersetmessageid: <1505383172.06.0.255428471375.issue31234@psf.upfronthosting.co.za>
2017-09-14 09:59:32vstinnerlinkissue31234 messages
2017-09-14 09:59:31vstinnercreate