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
Raw File
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
.cvsignore
.purify
config.log
config.cache
config.status
Makefile
buildno
python
build
Makefile.pre
platform
pyconfig.h
back to top