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.
> 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.
---