]> granicus.if.org Git - python/commit
PySocketSock_connect_ex(): On Windows, return the correct Windows exit
authorTim Peters <tim.peters@gmail.com>
Tue, 30 Oct 2001 01:26:49 +0000 (01:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 30 Oct 2001 01:26:49 +0000 (01:26 +0000)
commitc32410ae8fce0bb588cdf2342c0a7de08ed2fba1
treeb131441af205f15b137e4defc9eeac28931a2389
parent4ecd71376c3828dc86217d5cf433959960db7329
PySocketSock_connect_ex():  On Windows, return the correct Windows exit
code.  The patch is from Jeremy, and allows test_asynchat to run again.
Bugfix candidate.
Modules/socketmodule.c