]> granicus.if.org Git - python/commit
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Nov 2017 07:44:43 +0000 (09:44 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2017 07:44:43 +0000 (09:44 +0200)
commit3daaafb700df45716bb55f3a293f88773baf3463
tree72e6fe022b82ba7660e82f3561ef991e33a345dd
parent0a2abdfca2495291809855cf7dfc6721c9c962e3
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2017-11-15-19-04-22.bpo-32037.r8-5Nk.rst [new file with mode: 0644]
Modules/_pickle.c