• Victor Stinner's avatar
    Close #12363: fix a race condition in siginterrupt() tests · d6284963
    Victor Stinner yazdı
    The previous tests used time.sleep() to synchronize two processes. If the host
    was too slow, the test could fail.
    
    The new tests only use one process, but they use a subprocess to:
    
     - have only one thread
     - have a timeout on the blocking read (select cannot be used in the test,
       select always fail with EINTR, the kernel doesn't restart it)
     - not touch signal handling of the parent process
    d6284963
Adı
Son kayıt (commit)
Son güncelleme
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...
.gitignore Loading commit data...
.hgeol 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...
setup.py Loading commit data...