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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, tibbe, vstinner
Date 2013-02-22.07:17:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361517436.08.0.66558372708.issue17269@psf.upfronthosting.co.za>
In-reply-to
Content
That's interesting... this also crashes:

>>> socket.getaddrinfo("localhost", "0", 0, 0, 0, socket.AI_NUMERICSERV)

While using another port number does not.

The attached patches for the default branch fixes the issue for me (on OSX 10.8). 

The same approach should also work with 2.7 (but the patch likely won't apply cleanly due to the use of TABs for indents in 2.7 and spaces in 3.x).

Open issue: should there be a testcase for this problem?
History
Date User Action Args
2013-02-22 07:17:16ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, tibbe
2013-02-22 07:17:16ronaldoussorensetmessageid: <1361517436.08.0.66558372708.issue17269@psf.upfronthosting.co.za>
2013-02-22 07:17:16ronaldoussorenlinkissue17269 messages
2013-02-22 07:17:15ronaldoussorencreate