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 terry.reedy
Recipients terry.reedy, ukl, vstinner
Date 2018-01-19.21:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The message I get on Windows is 
OverflowError: Python int too large to convert to C long

Given that the exception type is documented, making this a clear bug, I would be tempted to fix in 3.6 also.  But your decision.
History
Date User Action Args
2018-01-19 21:10:11terry.reedysetrecipients: + terry.reedy, vstinner, ukl
2018-01-19 21:10:11terry.reedysetmessageid: <[email protected]>
2018-01-19 21:10:11terry.reedylinkissue32582 messages
2018-01-19 21:10:11terry.reedycreate