]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New version from Jim:
authorGuido van Rossum <guido@python.org>
Tue, 15 Jun 1999 14:36:59 +0000 (14:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jun 1999 14:36:59 +0000 (14:36 +0000)
commitc3be1a3ca1eba20f15a2c171a3f4a5da4d706feb
tree98a96e5086cfe45b88be72fb15f13837a6594a79
parent17d53ecd8b8cd4f5680f978fb5503dbba0b0fe4c
New version from Jim:

- Don't call Py_FatalError() when initialization fails.

- Fix bogus use of return value from PyRun_String().

- Fix misc. compiler errors on some platforms.
Modules/cPickle.c