This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, exarkun, gvanrossum, jkloth, mhammond, sbt
Date 2012-10-09.16:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349801915.58.0.575584369153.issue16175@psf.upfronthosting.co.za>
In-reply-to
Content
Guido,

Richard pointed out that pywin32 already wraps the necessary bits of IOCP. The functions are in the win32file package. Cogen's reactor uses pywin32 instead of ctypes, too. The library has an *additional* ctypes based interface in the directory ctypes_iocp_impl.
History
Date User Action Args
2012-10-09 16:58:35christian.heimessetrecipients: + christian.heimes, gvanrossum, mhammond, exarkun, jkloth, sbt
2012-10-09 16:58:35christian.heimessetmessageid: <1349801915.58.0.575584369153.issue16175@psf.upfronthosting.co.za>
2012-10-09 16:58:35christian.heimeslinkissue16175 messages
2012-10-09 16:58:35christian.heimescreate