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 smejkar
Recipients benjamin.peterson, serhiy.storchaka, smejkar
Date 2017-06-21.12:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498046415.66.0.0788681285401.issue30710@psf.upfronthosting.co.za>
In-reply-to
Content
> I like your idea about getting rid of OverflowError. But wouldn't it make the problem with other reported by you issue, issue30711, worse?

It depends on the implementation of the underlying getaddrinfo. For Modules/getaddrinfo.c, it will be worse for positive numbers outside the C long range.
History
Date User Action Args
2017-06-21 12:00:15smejkarsetrecipients: + smejkar, benjamin.peterson, serhiy.storchaka
2017-06-21 12:00:15smejkarsetmessageid: <1498046415.66.0.0788681285401.issue30710@psf.upfronthosting.co.za>
2017-06-21 12:00:15smejkarlinkissue30710 messages
2017-06-21 12:00:15smejkarcreate