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 amaury.forgeotdarc, asksol, brian.curtin, gregory.p.smith, jnoller, kristjan.jonsson, pitrou, santoso.wijaya, sbt, tim.golden
Date 2012-04-14.19:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334431807.71.0.900071381726.issue11750@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an up to date patch.

* code has been moved to Modules/_windows.c
* DWORD is uniformly treated as unsigned
* _subprocess's handle wrapper type has been removed (although 
  subprocess.py still uses a Python implemented handle wrapper type)

I'm not familiar with Visual Studio.  I ended up copying _socket.vcproj 
to _windows.vcproj and editing it by hand.  I also edited 
_multiprocessing.vcproj and pythoncore.vcproj by hand.
History
Date User Action Args
2012-04-14 19:30:08sbtsetrecipients: + sbt, gregory.p.smith, amaury.forgeotdarc, pitrou, kristjan.jonsson, tim.golden, jnoller, brian.curtin, asksol, santoso.wijaya
2012-04-14 19:30:07sbtsetmessageid: <1334431807.71.0.900071381726.issue11750@psf.upfronthosting.co.za>
2012-04-14 19:30:07sbtlinkissue11750 messages
2012-04-14 19:30:07sbtcreate