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, georg.brandl, ggenellina, gregory.p.smith, gvanrossum, pitrou, rhettinger, spiv
Date 2008-01-21.23:34:20
SpamBayes Score 0.05999833
Marked as misclassified No
Message-id <1200958461.66.0.7919579363.issue1703448@psf.upfronthosting.co.za>
In-reply-to
Content
> There is still the possibility of a switch
> between the two calls. In this case the thread is not marked as stopped,
> but enumerate() does not return it.

But user code is unlikely to rely on this because in most cases the
thread *will* be marked as stopped ;)
History
Date User Action Args
2008-01-21 23:34:21pitrousetspambayes_score: 0.0599983 -> 0.05999833
recipients: + pitrou, gvanrossum, georg.brandl, rhettinger, gregory.p.smith, spiv, amaury.forgeotdarc, ggenellina
2008-01-21 23:34:21pitrousetspambayes_score: 0.0599983 -> 0.0599983
messageid: <1200958461.66.0.7919579363.issue1703448@psf.upfronthosting.co.za>
2008-01-21 23:34:20pitroulinkissue1703448 messages
2008-01-21 23:34:20pitroucreate