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 christian.heimes
Recipients christian.heimes, loewis, majid
Date 2007-12-23.11:05:58
SpamBayes Score 0.06382038
Marked as misclassified No
Message-id <1198407958.69.0.556978351376.issue1684@psf.upfronthosting.co.za>
In-reply-to
Content
A small note from me:

Your proposed patch is no good and is going to lead to strange, hard to
debug bugs in your app. os.chdir() isn't safe in a threaded environment.
You must protect the entire section with a global lock.
History
Date User Action Args
2007-12-23 11:05:59christian.heimessetspambayes_score: 0.0638204 -> 0.06382038
recipients: + christian.heimes, loewis, majid
2007-12-23 11:05:58christian.heimessetspambayes_score: 0.0638204 -> 0.0638204
messageid: <1198407958.69.0.556978351376.issue1684@psf.upfronthosting.co.za>
2007-12-23 11:05:58christian.heimeslinkissue1684 messages
2007-12-23 11:05:58christian.heimescreate