diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-28 20:37:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-28 20:37:45 (GMT) |
commit | baefd9e552723c6489c69cf5df93f82b473550a2 (patch) | |
tree | 25300bbc824f4b60c7c7ac1a352d9246ab0e2169 /Lib/test/test_compile.py | |
parent | 3d8c01b31c1a58d2181f78c5df2b0e79131046c0 (diff) | |
download | cpython-baefd9e552723c6489c69cf5df93f82b473550a2.zip cpython-baefd9e552723c6489c69cf5df93f82b473550a2.tar.gz cpython-baefd9e552723c6489c69cf5df93f82b473550a2.tar.bz2 |
Added new private API function _PyLong_NumBits. This will be used at the
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).
Diffstat (limited to 'Lib/test/test_compile.py')
0 files changed, 0 insertions, 0 deletions