Any others wanting to toy with tulip on windows can have the _overlapped.pyd I painfully made for python3.3-32bit.

https://www.dropbox.com/s/20ljdyafpe25ekh/_overlapped.pyd

BTW I needed to require windows vista for it to compile...

#define _WIN32_WINNT 0x0600
#define NTDDI_VERSION 0x06000000


Yuval Greenfield