summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-16 18:53:59 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-16 18:53:59 +0200
commit43aa349ca542f4e964bf8c473936002aa0818f79 (patch)
treebf91ec03b985a20e200903def281150463eafaa6 /Python/pythonrun.c
parenta16b0b5791bd26b4eb352a79cb16a9b0ebb5bf1b (diff)
downloadcpython-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