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 serhiy.storchaka, smejkar
Date 2017-06-20.16:39:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497976767.23.0.0517578742578.issue30710@psf.upfronthosting.co.za>
In-reply-to
Content
Use PyObject_Str and PyUnicode_AsUTF8 if the port argument is a PyLong instead of converting it to an intermediate C long that may raise OverflowError. See getaddrinfo_overflow_error.patch
History
Date User Action Args
2017-06-20 16:39:27smejkarsetrecipients: + smejkar, serhiy.storchaka
2017-06-20 16:39:27smejkarsetmessageid: <1497976767.23.0.0517578742578.issue30710@psf.upfronthosting.co.za>
2017-06-20 16:39:27smejkarlinkissue30710 messages
2017-06-20 16:39:27smejkarcreate