]> granicus.if.org Git - python/commit
Isue #5084: unpickling now interns the attribute names of pickled objects,
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 May 2009 21:13:23 +0000 (21:13 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 2 May 2009 21:13:23 +0000 (21:13 +0000)
commit7430989cdadfb5aacef6909a3e2c033a0209699b
tree7698e15757d641da2d648cde43438a0c6bf5ac02
parent2b42c29a5040b39e481d976f4ec3d6aa425ab4cc
Isue #5084: unpickling now interns the attribute names of pickled objects,
saving memory and avoiding growth in size of subsequent pickles. Proposal
and original patch by Jake McGuire.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/cPickle.c