Message 102467 - Python tracker (original) (raw)

Message102467

Author skrah
Recipients Rhamphoryncus, eric.smith, mark.dickinson, rhettinger, skrah
Date 2010-04-06.14:20:45
SpamBayes Score 2.4271292e-06
Marked as misclassified No
Message-id 1270563647.28.0.584516670779.issue8188@psf.upfronthosting.co.za
In-reply-to
Content
I've finished reviewing the patch and I think it's quite ready to be applied. The documentation in stdtypes.rst says that P = 2**61-1 on 64-bit machines. This should be changed to reflect the fact that actually sizeof long is the deciding factor. I attach a patch that also fixes the typo pointed out by Christophe Simonis.
History
Date User Action Args
2010-04-06 14:20:47 skrah set recipients: + skrah, rhettinger, mark.dickinson, Rhamphoryncus, eric.smith
2010-04-06 14:20:47 skrah set messageid: 1270563647.28.0.584516670779.issue8188@psf.upfronthosting.co.za
2010-04-06 14:20:45 skrah link issue8188 messages
2010-04-06 14:20:45 skrah create