• 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
..
example_nt Loading commit data...
os2emx Loading commit data...
os2vacpp Loading commit data...
WinMain.c Loading commit data...
_winreg.c Loading commit data...
config.c Loading commit data...
dl_nt.c Loading commit data...
dllbase_nt.txt Loading commit data...
frozen_dllmain.c Loading commit data...
getpathp.c Loading commit data...
import_nt.c Loading commit data...
msvcrtmodule.c Loading commit data...
py.ico Loading commit data...
pyc.ico Loading commit data...
pycon.ico Loading commit data...
pyconfig.h Loading commit data...
python.mk Loading commit data...
python_exe.rc Loading commit data...
python_nt.rc Loading commit data...
readme.txt Loading commit data...
testpy.py Loading commit data...
w9xpopen.c Loading commit data...
winsound.c Loading commit data...