-
Thomas Heller yazdı
for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. Already backported.
9f2e3be4
| Adı |
Son kayıt (commit)
|
Son güncelleme |
|---|---|---|
| .. | ||
| .cvsignore | ||
| PythonPowered.bmp | ||
| README.txt | ||
| archive.h | ||
| extract.c | ||
| install.c | ||
| install.rc | ||
| resource.h | ||
| wininst-7.1.sln | ||
| wininst-7.1.vcproj | ||
| wininst.dsp | ||
| wininst.dsw |