]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
assert.h was not always included by Python.h; make sure we import it for
authorFred Drake <fdrake@acm.org>
Sun, 18 Nov 2001 02:36:07 +0000 (02:36 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 18 Nov 2001 02:36:07 +0000 (02:36 +0000)
commit8188e792d9778026eed09ab664ac4b16c8906034
tree54c2dbf220566a0c7133c470b7de3e8b6aa67b3c
parentef6373a4f67d1921443fa8572927ce089e779b96
assert.h was not always included by Python.h; make sure we import it for
older versions.  (Thanks to Martijn Faassen.)
Modules/pyexpat.c