]> granicus.if.org Git - python/commit
Let marshal built-up sets and frozensets one element at a time (without creating...
authorRaymond Hettinger <python@rcn.com>
Mon, 28 Jan 2008 21:34:30 +0000 (21:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 28 Jan 2008 21:34:30 +0000 (21:34 +0000)
commit52716c94be3fa7b7df0160bc1cf5b04ec99f9c72
treea36efdfd66f1001b2ad600f2e2570ec837dc8211
parentecdcb5895029c83c8bb5f98de502beaa56b78c9e
Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple).
Python/marshal.c