]> granicus.if.org Git - python/commit
Issue #13503: Use a more efficient reduction format for bytearrays with
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Dec 2011 19:40:08 +0000 (20:40 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Dec 2011 19:40:08 +0000 (20:40 +0100)
commitb0e1f8b38bbbb80cd83ed15dde8cbad141296ae1
treebd7abe826f2311c8bd8b4a21281e60015df0ddaa
parent3731142e190b63ac2a505727329dc0d527346037
Issue #13503: Use a more efficient reduction format for bytearrays with
pickle protocol >= 3.  The old reduction format is kept with older
protocols in order to allow unpickling under Python 2.

Patch by Irmen de Jong.
Misc/NEWS
Objects/bytearrayobject.c