]> granicus.if.org Git - python/commit
#1792: Improve performance of marshal.dumps() on large objects by increasing
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 11 May 2008 13:33:56 +0000 (13:33 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 11 May 2008 13:33:56 +0000 (13:33 +0000)
commit6c02916dfbdad27f26888c287d2cfa5639667731
tree153688377587615ef56c0c086bd73fa403331c3d
parentab756f60bdef88f15cc94c77e0752c6c7c8d708f
#1792: Improve performance of marshal.dumps() on large objects by increasing
the size of the buffer more quickly.
Lib/test/test_marshal.py
Python/marshal.c