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 exarkun
Recipients exarkun, ivank
Date 2009-05-20.18:08:19
SpamBayes Score 7.1664304e-06
Marked as misclassified No
Message-id <1242842901.81.0.223809534761.issue6072@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which renames `_result´ to `_resultForDoCleanups´. 
Another possibility would be for `doCleanups´ to take the result object
as an argument.  This would make it harder for applications to call
directly, though (I've never wanted to run cleanups early, though).
History
Date User Action Args
2009-05-20 18:08:22exarkunsetrecipients: + exarkun, ivank
2009-05-20 18:08:21exarkunsetmessageid: <1242842901.81.0.223809534761.issue6072@psf.upfronthosting.co.za>
2009-05-20 18:08:20exarkunlinkissue6072 messages
2009-05-20 18:08:20exarkuncreate