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 barry, christian.heimes, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-16.21:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2jC-APENTmND_aN5M-+XuEw-qX9j2q0Yevo70vTrLoRw@mail.gmail.com>
In-reply-to <1376659714.45.0.127474841484.issue18720@psf.upfronthosting.co.za>
Content
> The attached patch fixes it in a similar vein to what was done for the
> family accessor: getaddrinfo is overridden in Python and does the necessary
> conversion.

Am I the only one thinking that wrapping every C function with a
Python counterpart to perform enum conversions is tedious, ugly and
error-prone :-\
History
Date User Action Args
2013-08-16 21:37:30neologixsetrecipients: + neologix, gvanrossum, barry, ncoghlan, pitrou, christian.heimes, eli.bendersky, ethan.furman, serhiy.storchaka
2013-08-16 21:37:29neologixlinkissue18720 messages
2013-08-16 21:37:29neologixcreate