]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
compile.h and eval.h weren't being included which kept a fair bit of the
authorSkip Montanaro <skip@pobox.com>
Sat, 13 Mar 2004 23:11:44 +0000 (23:11 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 13 Mar 2004 23:11:44 +0000 (23:11 +0000)
commit6e098a15a3493d9c136e18b9e51b67bd48545651
tree257d35f80f9a097e9b626cb6a9aa9c4467e03b16
parent0576d0a48a5111fef529732830db2e60102406f7
compile.h and eval.h weren't being included which kept a fair bit of the
public API from being exposed by simply including Python.h (as recommended).
Include/Python.h