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 pitrou
Recipients amaury.forgeotdarc, ggenellina, gregory.p.smith, pitrou, rhettinger, spiv
Date 2008-01-21.22:42:19
SpamBayes Score 0.02802068
Marked as misclassified No
Message-id <1200955341.43.0.434816178537.issue1703448@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure about the implications of Amaury's proposal, but in any
case here is a patch which contains an unit test as well.

(it seems to me swapping __stop() and __delete() can do no harm as there
is no way for user code to be executed synchronously between both calls
- unless you override one of these private methods)
History
Date User Action Args
2008-01-21 22:42:21pitrousetspambayes_score: 0.0280207 -> 0.02802068
recipients: + pitrou, rhettinger, gregory.p.smith, spiv, amaury.forgeotdarc, ggenellina
2008-01-21 22:42:21pitrousetspambayes_score: 0.0280207 -> 0.0280207
messageid: <1200955341.43.0.434816178537.issue1703448@psf.upfronthosting.co.za>
2008-01-21 22:42:20pitroulinkissue1703448 messages
2008-01-21 22:42:19pitroucreate