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 neologix
Recipients gvanrossum, loewis, ncoghlan, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-08-04.13:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1qbNysrA9qVrw9+LRzuqNf1L6wwkwDdr92Sjt6BaN=tg@mail.gmail.com>
In-reply-to <1407158073.42.0.398740960704.issue22127@psf.upfronthosting.co.za>
Content
Parsing a bytes object i.e. b'127.0.0.1' is done by inet_pton(), so
it's probably cheap (compared to a syscall).

If we had getaddrinfo() and gethostbyname() return bytes instead of
strings, it would be a huge gain.
History
Date User Action Args
2014-08-04 13:54:19neologixsetrecipients: + neologix, gvanrossum, loewis, ncoghlan, pitrou, vstinner, serhiy.storchaka
2014-08-04 13:54:19neologixlinkissue22127 messages
2014-08-04 13:54:19neologixcreate