commit | b0e1f8b38bbbb80cd83ed15dde8cbad141296ae1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 05 20:40:08 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 05 20:40:08 2011 +0100 |
tree | bd7abe826f2311c8bd8b4a21281e60015df0ddaa | |
parent | 3731142e190b63ac2a505727329dc0d527346037 [diff] |
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.