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 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:47skrahsetrecipients: + skrah, rhettinger, mark.dickinson, Rhamphoryncus, eric.smith
2010-04-06 14:20:47skrahsetmessageid: <1270563647.28.0.584516670779.issue8188@psf.upfronthosting.co.za>
2010-04-06 14:20:45skrahlinkissue8188 messages
2010-04-06 14:20:45skrahcreate