• Victor Stinner's avatar
    bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) · 2cc9d21f
    Victor Stinner yazdı
    Fix a race condition in Popen of
    multiprocessing.popen_spawn_win32. The child process now duplicates
    the read end of pipe instead of "stealing" it.
    
    Previously, the read end of pipe was "stolen" by the child process,
    but it leaked a handle if the child process had been terminated
    before it could steal the handle from the parent process.
    2cc9d21f
Adı
Son kayıt (commit)
Son güncelleme
..
NEWS.d Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...