]> granicus.if.org Git - python/commit
Issue #12744: Fix inefficient representation of integers
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 13 Aug 2011 18:15:19 +0000 (20:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 13 Aug 2011 18:15:19 +0000 (20:15 +0200)
commit3c7e928098d874d82f1069fca640d20afca84c02
treeffa38bccd38c29217f7f37656b0a9a523c4bd46c
parent780199e6a367a98e98ff69750ad24916a0888b9f
Issue #12744: Fix inefficient representation of integers
between 2**31 and 2**63 on systems with a 64-bit C "long".
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c