]> granicus.if.org Git - python/commit
Added filename to compiling struct based on Martin's suggestion.
authorChristian Heimes <christian@cheimes.de>
Sat, 24 Nov 2007 01:36:02 +0000 (01:36 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 24 Nov 2007 01:36:02 +0000 (01:36 +0000)
commitffcd1e10b6287decf94ffb45fa28f4bebcede0b8
treecdc26d50b05a21d025ecf04a42ec100550198beb
parent9401cbe0e915c443b68b6d0d11ae2acf8bf29d12
Added filename to compiling struct based on Martin's suggestion.
I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.
Python/ast.c