Message173318
The ThreadPoolExecutor unnecessarily keeps references to _WorkItem objects. With the attached patch (which lacks a test), all tests still pass, and the references are removed as soon as they're no longer needed. |
|
| Date |
User |
Action |
Args |
| 2012-10-19 10:15:26 | mark.dickinson | set | recipients:
+ mark.dickinson, bquinlan |
| 2012-10-19 10:15:26 | mark.dickinson | set | messageid: <1350641726.57.0.22505418852.issue16284@psf.upfronthosting.co.za> |
| 2012-10-19 10:15:26 | mark.dickinson | link | issue16284 messages |
| 2012-10-19 10:15:26 | mark.dickinson | create | |
|