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 brian.curtin
Recipients asksol, brian.curtin, gregory.p.smith, jnoller, pitrou, tim.golden
Date 2011-04-19.03:45:39
SpamBayes Score 7.9332983e-07
Marked as misclassified No
Message-id <1303184745.41.0.59815316487.issue11750@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch replacing Modules/_multiprocessing/win32_functions.c and PC/_subprocess.c with a common PC/_windows.c. There's not much to the patch despite its size -- it just shuffles around the C code and does a few renames in the appropriate Python modules. All tests pass.

I left the copyright notice from PC/_subprocess.c at the top. No idea if that needs to stay or not.
History
Date User Action Args
2011-04-19 03:45:46brian.curtinsetrecipients: + brian.curtin, gregory.p.smith, pitrou, tim.golden, jnoller, asksol
2011-04-19 03:45:45brian.curtinsetmessageid: <1303184745.41.0.59815316487.issue11750@psf.upfronthosting.co.za>
2011-04-19 03:45:44brian.curtinlinkissue11750 messages
2011-04-19 03:45:44brian.curtincreate