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 exarkun
Recipients anonyprog, exarkun
Date 2007-10-31.15:01:07
SpamBayes Score 0.15057752
Marked as misclassified No
Message-id <1193842867.61.0.569850472083.issue1367@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't a bug in Python.  Working directory, which os.chdir modifies,
is process-global.  One of your threads makes a directory, then gets
suspended while another one makes a different directory and changes into
it, then the first tries to change into its directory and fails.
History
Date User Action Args
2007-10-31 15:01:07exarkunsetspambayes_score: 0.150578 -> 0.15057752
recipients: + exarkun, anonyprog
2007-10-31 15:01:07exarkunsetspambayes_score: 0.150578 -> 0.150578
messageid: <1193842867.61.0.569850472083.issue1367@psf.upfronthosting.co.za>
2007-10-31 15:01:07exarkunlinkissue1367 messages
2007-10-31 15:01:07exarkuncreate