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 vstinner
Recipients neologix, pitrou, serhiy.storchaka, vstinner
Date 2015-03-20.09:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426842565.43.0.90937176009.issue23618@psf.upfronthosting.co.za>
In-reply-to
Content
I tested polling+getsockopt(SO_ERROR) with connect_test.c on Linux, it works:

haypo@smithers$ gcc -D TEST_TWO=1 connect_test.c -o connect_test
haypo@smithers$ ./connect_test 
Will try to connect to 127.0.0.1 on port 80
(connect has been interrupted and now completed successfully)
History
Date User Action Args
2015-03-20 09:09:25vstinnersetrecipients: + vstinner, pitrou, neologix, serhiy.storchaka
2015-03-20 09:09:25vstinnersetmessageid: <1426842565.43.0.90937176009.issue23618@psf.upfronthosting.co.za>
2015-03-20 09:09:25vstinnerlinkissue23618 messages
2015-03-20 09:09:25vstinnercreate