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 brett.cannon
Recipients Rhamphoryncus, amaury.forgeotdarc, brett.cannon, ggenellina, gpk, jamescooper, lobais, thomasda, yangzhang
Date 2008-02-06.17:55:07
SpamBayes Score 0.065067306
Marked as misclassified No
Message-id <bbaeab100802060955y6bf0eabane458f21c1c000fae@mail.gmail.com>
In-reply-to <1202297778.13.0.752934592782.issue1722344@psf.upfronthosting.co.za>
Content
> > which means no global namespace access
> Does that mean that you cannot use len and range in a Thread?

No, it means you have to be careful if you do. Shutting down properly
will take care of things. Otherwise you need to save a reference
locally (either on an object or as a local variable) and use that
reference instead of relying on the one defined in the global
namespace.
History
Date User Action Args
2008-02-06 17:55:09brett.cannonsetspambayes_score: 0.0650673 -> 0.065067306
recipients: + brett.cannon, gpk, amaury.forgeotdarc, ggenellina, Rhamphoryncus, yangzhang, thomasda, lobais, jamescooper
2008-02-06 17:55:08brett.cannonlinkissue1722344 messages
2008-02-06 17:55:07brett.cannoncreate