summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-08-22 22:19:11 +0000
committerBrett Cannon <bcannon@gmail.com>2010-08-22 22:19:11 +0000
commitee6d64773b3137ef59272517ee0491dd7748d46d (patch)
tree65342764c9a6bef2c8bada061904915e9137835d /Python/sysmodule.c
parent186335bd5cbe839348922aef3661e17247def27b (diff)
downloadcpython-git-ee6d64773b3137ef59272517ee0491dd7748d46d.tar.gz
One of the joys of having test_multiprocessing occasionally execute after
test_importlib is that it discovers special little race conditions. For instance, it turns out that importlib would throw an exception if two different Python processes both tried to create the __pycache__ directory as one process would succeed, causing the other process to fail as it didn't expect to get any "help". So now importlib simply stays calm and just accepts someone else did the work of creating the __pycache__ directory for it, moving on with life. Closes issue #9572.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions