]> granicus.if.org Git - python/commit
Let marshal build-up sets and frozensets one element at a time.
authorRaymond Hettinger <python@rcn.com>
Sat, 26 Jan 2008 08:37:28 +0000 (08:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 26 Jan 2008 08:37:28 +0000 (08:37 +0000)
commitb423f02aa5650e8226fe9c90efbe7c2e204aae67
tree872109776d890f346618043d21c7b599724d01fb
parent08b50eb3d30fc24bd7d32efbf74d328a97ab3b47
Let marshal build-up sets and frozensets one element at a time.
Saves the unnecessary creation of a tuple as intermediate container.
Python/marshal.c