the patches are tracked here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956
and here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1937527&group_id=78018&atid=551956

mark hammond requested that i post them here (he's a bit busy)

as notes on the ConnectEx call:
- one needs to get the pointer to the ConnectEx from the socket via a
WSAIoctl call and i'm going the safe way and getting the pointer every time
(sadly the msdn docs don't say if we always get the same pointer - suppose
we use ConnectEx with ip v4 and v6 sockets and the pointer could be
different)
- i'm using a getaddrinfo to convert the (host,port) tuple to a addrinfo
struct

I've included some testcases for the 2 patches on the bugtracker
(test_connectex.py, test_transmitfile.py)

-- 
http://ionelmc.wordpress.com
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to