mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
baefd9e552
start for the C implemention of new pickle LONG1 and LONG4 opcodes (the linear-time way to pickle a long is to call _PyLong_AsByteArray, but the caller has no idea how big an array to allocate, and correct calculation is a bit subtle).