diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-31 15:52:05 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-31 15:52:05 +0000 |
commit | 90d0ffcca5a3fec4294024ef57c6db0082fdf827 (patch) | |
tree | a44ee9e44382b4b4ccbf10f8745599f8dc49956b /Python/exceptions.c | |
parent | d462d863795857daa0111ae00ac98b1b90bc80fb (diff) | |
download | cpython-90d0ffcca5a3fec4294024ef57c6db0082fdf827.tar.gz |
_PyLong_NumBits(): The definition of this was too specific to the quirky
needs of pickling longs. Backed off to a definition that's much easier
to understand. The pickler will have to work a little harder, but other
uses are more likely to be correct <0.5 wink>.
_PyLong_Sign(): New teensy function to characterize a long, as to <0, ==0,
or >0.
Diffstat (limited to 'Python/exceptions.c')
0 files changed, 0 insertions, 0 deletions