Message292347
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. |
|
| 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: <[email protected]> |
| 2017-04-26 13:54:09 | vstinner | link | issue30171 messages |
| 2017-04-26 13:54:09 | vstinner | create | |
|