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 sbt
Recipients gvanrossum, loewis, pitrou, sbt, vstinner
Date 2014-01-28.08:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAJAZd1j4THgLh=RLDpq3bF=V2Zir1b8QAsVzfEc299m4CF682g@mail.gmail.com>
In-reply-to <1390894043.85.0.170412779731.issue20414@psf.upfronthosting.co.za>
Content
_overlapped is linked against the socket library whereas _winapi is not so
it can be bundled in with python3.dll.

I did intend to switch multiprocessing over to using _overlapped but I did
not get round to it.

Since this is a private module the names of methods do not matter to much.
Note that getresult and GetOverlappedResult return values in different
forms.
History
Date User Action Args
2014-01-28 08:39:16sbtsetrecipients: + sbt, gvanrossum, loewis, pitrou, vstinner
2014-01-28 08:39:16sbtlinkissue20414 messages
2014-01-28 08:39:16sbtcreate