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 shihai1991
Recipients shihai1991
Date 2019-10-13.15:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
sorry, typo error.
# the ob_exports would be overflow in 32 bit machine when i = 2**31.
-->
# the ob_exports would be overflow in 64 bit machine when i = 2**31.
History
Date User Action Args
2019-10-13 15:03:36shihai1991setrecipients: + shihai1991
2019-10-13 15:03:36shihai1991setmessageid: <[email protected]>
2019-10-13 15:03:36shihai1991linkissue38465 messages
2019-10-13 15:03:36shihai1991create