]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix two issues introduced by issue #71031 by changing the signature of
authorBrett Cannon <bcannon@gmail.com>
Thu, 2 Apr 2009 03:34:53 +0000 (03:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 2 Apr 2009 03:34:53 +0000 (03:34 +0000)
commit238cedcd6339e747daa6e2a383678d893482ef6d
treeb4cba8913e16ce8faff300cc797a5420aa2ee0f8
parent345b2fe21e7c18a7fd5cac4685e3daaf463a6b38
Fix two issues introduced by issue #71031 by changing the signature of
PyImport_AppendInittab() to take a const char *.
Include/import.h
Python/import.c