]> granicus.if.org Git - python/commit
Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Nov 2005 12:46:55 +0000 (12:46 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Nov 2005 12:46:55 +0000 (12:46 +0000)
commit944d3eb1546e38d4944db5f2f41f5560d55a5053
tree2222cdb66e04414e965a7f7f2fa41467d06dd407
parent99b2533539dbc98fe7e5b3ac95e71879afca1c2c
Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c
Python/compile.c