Brett Cannon <br...@python.org> added the comment:

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.

----------
stage:  -> needs patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to