[issue4294] Macros for PyLong: sign, number of digits, fits in an int

Mark Dickinson report at bugs.python.org
Mon Nov 10 14:37:33 CET 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

Interesting.

Incidentally, I'm already using sdigit for the signed version of digit---
this seems to fit with the current digit/twodigits/stwodigits typedefs.  

What's the purpose of your sdigit?  Do you really want it to be type 
'int'?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4294>
_______________________________________


More information about the Python-bugs-list mailing list