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 mark.dickinson
Recipients mark.dickinson, steve.dower
Date 2021-12-09.17:04:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639069472.52.0.822458782345.issue46018@roundup.psfhosted.org>
In-reply-to
Content
> I've also got no idea how to write a test for this

Yep, that's fine. All I want is that at least one particular value that caused the spurious OverflowError is in the test suite somewhere, but it sounds as though that's already the case. I'd imagine that one of these two testcases should be enough to trigger it:

https://github.com/python/cpython/blob/44b0e76f2a80c9a78242b7542b8b1218d244af07/Lib/test/math_testcases.txt#L495-L496
History
Date User Action Args
2021-12-09 17:04:32mark.dickinsonsetrecipients: + mark.dickinson, steve.dower
2021-12-09 17:04:32mark.dickinsonsetmessageid: <1639069472.52.0.822458782345.issue46018@roundup.psfhosted.org>
2021-12-09 17:04:32mark.dickinsonlinkissue46018 messages
2021-12-09 17:04:32mark.dickinsoncreate