Staging
v0.5.1
https://github.com/python/cpython
Revision a826f32054710f7dc602573f99c6c87a725adbba authored by Brett Cannon on 02 April 2009, 03:41:46 UTC, committed by Brett Cannon on 02 April 2009, 03:41:46 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71031 | brett.cannon | 2009-04-01 20:17:39 -0700 (Wed, 01 Apr 2009) | 6 lines

  PyImport_AppendInittab() took a char * as a first argument even though that
  string was stored beyond the life of the call. Changed the signature to be
  const char * to help make this point.

  Closes issue #1419652.
........
1 parent 3e2ea79
History
Tip revision: a826f32054710f7dc602573f99c6c87a725adbba authored by Brett Cannon on 02 April 2009, 03:41:46 UTC
Merged revisions 71031 via svnmerge from
Tip revision: a826f32
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.3 KB
README -rw-r--r-- 7.7 KB
RELNOTES -rw-r--r-- 1.4 KB
configure -rwxr-xr-x 667.1 KB
configure.in -rw-r--r-- 104.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 30.1 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 63.9 KB

README

back to top