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 orsenthil
Recipients olivier-berten, orsenthil
Date 2010-06-23.17:47:08
SpamBayes Score 0.15096621
Marked as misclassified No
Message-id <1277315230.88.0.478389976617.issue9062@psf.upfronthosting.co.za>
In-reply-to
Content
There isn't a problem with urllib with respect to threading as such. 
There are programs and examples which use this module in multi-threading environment. 

I could not run your app, I am not on Mac, but some of the changes you could try is:
- Not to pollute module namespace with from somemodule import *  ( And in the process importing urllib).
- Use the 'import urllib' in each of the module that you using.

If you have specific traceback, post it here. ( An smaller snippet/example to reproduce will help). Feel free to reopen the issue if you see that it indeed a bug.
History
Date User Action Args
2010-06-23 17:47:11orsenthilsetrecipients: + orsenthil, olivier-berten
2010-06-23 17:47:10orsenthilsetmessageid: <1277315230.88.0.478389976617.issue9062@psf.upfronthosting.co.za>
2010-06-23 17:47:08orsenthillinkissue9062 messages
2010-06-23 17:47:08orsenthilcreate