]> granicus.if.org Git - python/commit
Merged revisions 71031 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Thu, 2 Apr 2009 03:41:46 +0000 (03:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 2 Apr 2009 03:41:46 +0000 (03:41 +0000)
commita826f32054710f7dc602573f99c6c87a725adbba
tree8c3de05b40281fd0453f64f1a816b2d9e47fdb75
parent3e2ea79bdaa6be1337b34f8da03f8c42dfe43d2f
Merged revisions 71031 via svnmerge from
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.
........
Doc/c-api/import.rst
Include/import.h
Python/import.c