mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| archive.h | ||
| extract.c | ||
| install.c | ||
| install.rc | ||
| PythonPowered.bmp | ||
| README.txt | ||
| resource.h | ||
| wininst-7.1.sln | ||
| wininst-7.1.vcproj | ||
| wininst.dsp | ||
| wininst.dsw | ||
XXX Write description XXX Dont't forget to mention upx XXX Add pointer to this file into PC/README.txt