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.

作者 mark.dickinson
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-12-12.17:26:05
SpamBayes Score 0.0037962622
Marked as misclassified
Message-id <1229102766.46.0.764896873316.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2008-12-12 17:26:06mark.dickinson修改recipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-12-12 17:26:06mark.dickinson修改messageid: <1229102766.46.0.764896873316.issue3439@psf.upfronthosting.co.za>
2008-12-12 17:26:05mark.dickinson链接issue3439 messages
2008-12-12 17:26:05mark.dickinson创建