Mark Dickinson <[email protected]> added the comment: Here's Victor's patch, but with extra documentation. No code has been changed.
Two more questions about the code, Victor; specifically about long_numbits: - why do you use PyLong_FromSize_t rather than PyInt_FromSize_t? - isn't the if (ndigits == 0) check redundant? _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3439> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
