Staging
v0.5.1
https://github.com/python/cpython
Revision 2ee5bae04a9213216c56af996323bfb5e133c34b authored by Thomas Heller on 03 February 2005, 20:37:04 UTC, committed by Thomas Heller on 03 February 2005, 20:37:04 UTC
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.
1 parent 698fcf4
History
Tip revision: 2ee5bae04a9213216c56af996323bfb5e133c34b authored by Thomas Heller on 03 February 2005, 20:37:04 UTC
Running a bdist_wininst installer, built with Python 2.3, installing
Tip revision: 2ee5bae
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.6 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 572.3 KB
configure.in -rw-r--r-- 85.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.8 KB
setup.py -rw-r--r-- 52.1 KB

README

back to top