Message114472
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. |
|
Date |
User |
Action |
Args |
2010-08-21 01:20:05 | brett.cannon | set | recipients:
+ brett.cannon, barry, flox |
2010-08-21 01:20:05 | brett.cannon | set | messageid: <1282353605.15.0.110409624054.issue9572@psf.upfronthosting.co.za> |
2010-08-21 01:20:02 | brett.cannon | link | issue9572 messages |
2010-08-21 01:20:02 | brett.cannon | create | |
|