• Victor Stinner's avatar
    bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) · 7b7c6dcf
    Victor Stinner yazdı
    The current test_child_terminated_in_stopped_state() function test
    creates a child process which calls ptrace(PTRACE_TRACEME, 0, 0) and
    then crash (SIGSEGV). The problem is that calling os.waitpid() in the
    parent process is not enough to close the process: the child process
    remains alive and so the unit test leaks a child process in a
    strange state. Closing the child process requires non-trivial code,
    maybe platform specific.
    
    Remove the functional test and replaces it with an unit test which
    mocks os.waitpid() using a new _testcapi.W_STOPCODE() function to
    test the WIFSTOPPED() path.
    7b7c6dcf
Adı
Son kayıt (commit)
Son güncelleme
.github 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...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...