• Brett Cannon's avatar
    One of the joys of having test_multiprocessing occasionally execute after · ee6d6477
    Brett Cannon yazdı
    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.
    ee6d6477
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...