summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-11-15-19-04-22.bpo-32037.r8-5Nk.rst
blob: d077d0e21105dd706960193fdf4fb99dadc3026a (plain)
1
2
3
4
Integers that fit in a signed 32-bit integer will be now pickled with
protocol 0 using the INT opcode.  This will decrease the size of a pickle,
speed up pickling and unpickling, and make these integers be unpickled as
int instances in Python 2.