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 davin, serhiy.storchaka, vstinner
Date 2017-04-26.13:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493214849.9.0.795096958342.issue30171@psf.upfronthosting.co.za>
In-reply-to
Content
Example:

haypo@selma$ ./python queue_leak.py 
number of thread diff: +1
dangling threads!
before: [<_MainThread(MainThread, started 139814961067072)>]
after: [<_MainThread(MainThread, started 139814961067072)>]

Note: queue_leak.py resource check is based on test.support.reap_threads.
History
Date User Action Args
2017-04-26 13:54:09vstinnersetrecipients: + vstinner, serhiy.storchaka, davin
2017-04-26 13:54:09vstinnersetmessageid: <1493214849.9.0.795096958342.issue30171@psf.upfronthosting.co.za>
2017-04-26 13:54:09vstinnerlinkissue30171 messages
2017-04-26 13:54:09vstinnercreate