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 mark.dickinson
Recipients bquinlan, mark.dickinson
Date 2012-10-19.10:15:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350641726.57.0.22505418852.issue16284@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-19 10:15:26mark.dickinsonsetrecipients: + mark.dickinson, bquinlan
2012-10-19 10:15:26mark.dickinsonsetmessageid: <1350641726.57.0.22505418852.issue16284@psf.upfronthosting.co.za>
2012-10-19 10:15:26mark.dickinsonlinkissue16284 messages
2012-10-19 10:15:26mark.dickinsoncreate