]> granicus.if.org Git - python/commit
Instead of importing graminit.h whenever one of the three grammar 'root'
authorGuido van Rossum <guido@python.org>
Wed, 7 May 1997 17:46:13 +0000 (17:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 May 1997 17:46:13 +0000 (17:46 +0000)
commitb05a5c7698cd8dff3e5c02e513db765ba12281f0
tree86831a79ad6434c88c57ed7cc730cfcd66c3554c
parent8813b58ffa6d83522ad2bbec0437c5c0e52a7ba9
Instead of importing graminit.h whenever one of the three grammar 'root'
symbols is needed, define these in Python.h with a Py_ prefix.
Include/Python.h
Modules/cPickle.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/import.c
Python/pythonrun.c