• Mark Hammond's avatar
    Fix bugs: · e7fefbf6
    Mark Hammond yazdı
     457466: popenx() argument mangling hangs python
     226766: popen('python -c"...."') tends to hang
    
    Fixes argument quoting in w9xpopen.exe for Windows 9x.  w9xpopen.exe
    also never attempts to display a MessageBox when not executed
    interactively.
    
    Added test_popen() test.  This test currently just executes
    "python -c ..." as a child process, and checks that the expected
    arguments were all recieved correctly by the child process.  This
    test succeeds for me on Win9x, win2k and Linux, and I hope it does
    for other popen supported platforms too :)
    e7fefbf6
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...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h 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...