]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
use getbuiltins() everywhere, it defaults to getbuiltidict()
authorGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:37:57 +0000 (11:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:37:57 +0000 (11:37 +0000)
commit94390ec2a6ea5acbea9dead528ce067c396a0301
treec21a7fa8324d17b76e00ae991621c0be673c3dba
parent922d8ff8036c2916471163c78010d8deab9eefc2
use getbuiltins() everywhere, it defaults to getbuiltidict()
Python/ceval.c
Python/import.c
Python/pythonrun.c