Staging
v0.5.1
https://github.com/python/cpython
Revision 57a0361a9e70268fd3299482284bbcf71ea7642f authored by Neal Norwitz on 26 April 2006, 05:34:03 UTC, committed by Neal Norwitz on 26 April 2006, 05:34:03 UTC
After the patch (45590) to add extra debug stats to the gc module, Python
was crashing on OpenBSD due to:
	Fatal Python error: Interpreter not initialized (version mismatch?)

This seems to occur due to calling collect() when initialized (in pythonrun.c)
is set to 0.  Now, the import will occur in the init function which
shouldn't suffer this problem.
1 parent a5f1fd0
History
Tip revision: 57a0361a9e70268fd3299482284bbcf71ea7642f authored by Neal Norwitz on 26 April 2006, 05:34:03 UTC
Patch from Aldo Cortesi (OpenBSD buildbot owner).
Tip revision: 57a0361
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.0 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 33.4 KB
README -rw-r--r-- 52.8 KB
configure -rwxr-xr-x 610.7 KB
configure.in -rw-r--r-- 88.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 25.0 KB
setup.py -rw-r--r-- 63.3 KB

README

back to top