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 pitrou
Recipients amaury.forgeotdarc, asksol, brian.curtin, gregory.p.smith, jnoller, kristjan.jonsson, pitrou, santoso.wijaya, sbt, tim.golden
Date 2012-04-15.14:14:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334499205.3414.2.camel@localhost.localdomain>
In-reply-to <1334496840.38.0.0797117663983.issue11750@psf.upfronthosting.co.za>
Content
> New patch.  Compared to the previous one:
> 
> * socket functions have been moved from _windows to _multiprocessing
> * _windows.vcpoj has been removed (so _windows is part of pythoncore.vcproj)
> * no changes to pcbuild.sln needed
> * removed reference to 'win32_functions.c' in setup.py

I think the module would be better named _win32, since that's the name
of the API (like POSIX under Unix).

Also, it seems there are a couple of naming inconsistencies renaming
(e.g. the overlapped wrapper is named
"_multiprocessing.win32.Overlapped")

Otherwise, I guess it's ok.

> (I am not sure whether/how setup.py is used on Windows.)

Neither do I. It may be used under mingw or cygwin, but we don't
officially support these.
History
Date User Action Args
2012-04-15 14:14:20pitrousetrecipients: + pitrou, gregory.p.smith, amaury.forgeotdarc, kristjan.jonsson, tim.golden, jnoller, brian.curtin, asksol, santoso.wijaya, sbt
2012-04-15 14:14:19pitroulinkissue11750 messages
2012-04-15 14:14:19pitroucreate