Message62108
> > 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. |
|
Date |
User |
Action |
Args |
2008-02-06 17:55:09 | brett.cannon | set | spambayes_score: 0.0650673 -> 0.0650673 recipients:
+ brett.cannon, gpk, amaury.forgeotdarc, ggenellina, Rhamphoryncus, yangzhang, thomasda, lobais, jamescooper |
2008-02-06 17:55:08 | brett.cannon | link | issue1722344 messages |
2008-02-06 17:55:07 | brett.cannon | create | |
|