Re: [python-win32] WSAAsyncSelect [SEC=UNCLASSIFIED]

2011-01-10 Thread david.briant
Subject: Re: [python-win32] WSAAsyncSelect [SEC=UNCLASSIFIED] > david.bri...@ubs.com wrote: > So want to know how to release and acquire the GIL from pure python > (i.e. via ctypes or win32). Have you read the ctypes documentation? The "Loading shared libraries" section (s15.15.2.

Re: [python-win32] WSAAsyncSelect [SEC=UNCLASSIFIED]

2011-01-09 Thread Andrew MacIntyre
> david.bri...@ubs.com wrote: > So want to know how to release and acquire the GIL from pure python > (i.e. via ctypes or win32). Have you read the ctypes documentation? The "Loading shared libraries" section (s15.15.2.2 in the Python 2.6 docs) in particular seems pertinent. ---