]> granicus.if.org Git - python/commit
try to use the same str object for all code filenames when compiling or unmarshalling...
authorBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2011 14:08:01 +0000 (09:08 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2011 14:08:01 +0000 (09:08 -0500)
commit43b068648e81d951f78d9f1cf1cd8f42731e164e
tree0273084c3e9fb5d29656265d0c59ccbccb73a99d
parentd408503b2c74b53f734adab6cd35866be460ce5e
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)

This should reduce memory usage.
Lib/test/test_compile.py
Lib/test/test_marshal.py
Misc/NEWS
Python/compile.c
Python/marshal.c