]> granicus.if.org Git - python/commit
Don't intern the filename of a file being compiled.
authorMichael W. Hudson <mwh@python.net>
Tue, 3 Aug 2004 10:24:03 +0000 (10:24 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 3 Aug 2004 10:24:03 +0000 (10:24 +0000)
commit782d8ffb42e51ccf834f0b4ecc153df2cdb7cd64
tree70f70fff8eabf749f2f5bfdabb3ff779ec7f6a6a
parent3f3b66823f899868b86722d586a6cd00df4cbad9
Don't intern the filename of a file being compiled.
Hard to believe it ever helped anything, and it hurts finding reference
leaks.
Python/compile.c