]> granicus.if.org Git - python/commit
Intern all names and varnames in newcodeobject(), plus those string
authorGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 08:02:57 +0000 (08:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Jan 1997 08:02:57 +0000 (08:02 +0000)
commit7b89b6a6608c4ac4387e12401fde5a0ac8fb9fcd
treeba33df7f10cb854d597fd65a630632b65819f641
parenta412d24be056bebb77f54681c4490954759739fe
Intern all names and varnames in newcodeobject(), plus those string
literals that look like identifiers.  Also intern all strings used as
names during the compilation.
Python/compile.c