[issue1367] mkdir+chdir problem in multiple threads

2007-10-31 Thread anonyprog
anonyprog added the comment: Sorry for filing this as a bug, I am a fool. I should have read the documentation for each operating systems' mkdir call more carefully. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1367] mkdir+chdir problem in multiple threads

2007-10-31 Thread anonyprog
New submission from anonyprog: Under certain circumstances, creating a directory using os.mkdir then immediately changing to it using os.chdir fails with a file not found exception. Here is some code to demonstrate that. Using the following program with a parameter of 1 works fine. But anything