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 loewis
Recipients gvanrossum, loewis, pitrou, sbt, vstinner
Date 2014-01-28.07:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390893656.36.0.662737751332.issue20414@psf.upfronthosting.co.za>
In-reply-to
Content
I think overlapped.c should be merged back to _winapi (apparently, it started with code from _winapi). overlapped has a number of functions that aren't in _winapi, but should be (IMO). Then, the _overlapped module should be dropped.

Of course, this may break code synchronization with Tulip. Guido: is it ok to proceed in this direction?
History
Date User Action Args
2014-01-28 07:20:56loewissetrecipients: + loewis, gvanrossum, pitrou, vstinner, sbt
2014-01-28 07:20:56loewissetmessageid: <1390893656.36.0.662737751332.issue20414@psf.upfronthosting.co.za>
2014-01-28 07:20:56loewislinkissue20414 messages
2014-01-28 07:20:56loewiscreate