Message292347
| 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:09 | vstinner | set | recipients: + vstinner, serhiy.storchaka, davin |
| 2017-04-26 13:54:09 | vstinner | set | messageid: <1493214849.9.0.795096958342.issue30171@psf.upfronthosting.co.za> |
| 2017-04-26 13:54:09 | vstinner | link | issue30171 messages |
| 2017-04-26 13:54:09 | vstinner | create | |