This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2008-12-12.17:26:05
SpamBayes Score 0.0037962622
Marked as misclassified No
Message-id <1229102766.46.0.764896873316.issue3439@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-12-12 17:26:06mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-12-12 17:26:06mark.dickinsonsetmessageid: <1229102766.46.0.764896873316.issue3439@psf.upfronthosting.co.za>
2008-12-12 17:26:05mark.dickinsonlinkissue3439 messages
2008-12-12 17:26:05mark.dickinsoncreate