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 brett.cannon
Recipients barry, brett.cannon, flox
Date 2010-08-21.01:20:02
SpamBayes Score 0.00010729651
Marked as misclassified No
Message-id <1282353605.15.0.110409624054.issue9572@psf.upfronthosting.co.za>
In-reply-to
Content
I think what I need to do is greatly simplify the directory creation code in set_data and make it much more robust against potential race conditions against other Python processes. I think as long as I just stop trying to make a directory when it is found to exist this should be okay. Might also want to file lock the bytecode file as import.c does through open_exclusive.
History
Date User Action Args
2010-08-21 01:20:05brett.cannonsetrecipients: + brett.cannon, barry, flox
2010-08-21 01:20:05brett.cannonsetmessageid: <1282353605.15.0.110409624054.issue9572@psf.upfronthosting.co.za>
2010-08-21 01:20:02brett.cannonlinkissue9572 messages
2010-08-21 01:20:02brett.cannoncreate