diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-16 18:53:59 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-16 18:53:59 +0200 |
commit | 43aa349ca542f4e964bf8c473936002aa0818f79 (patch) | |
tree | bf91ec03b985a20e200903def281150463eafaa6 /Python/pythonrun.c | |
parent | a16b0b5791bd26b4eb352a79cb16a9b0ebb5bf1b (diff) | |
download | cpython-43aa349ca542f4e964bf8c473936002aa0818f79.tar.gz |
Fix possible "file already exists" error when running the tests in parallel.
This is a perfect example of LBYL going wrong: that code could be executed
by several workers in parallel, and os.mkdir() attempted on the same
path by multiple processes.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions