[New-bugs-announce] [issue11750] Mutualize win32 functions
Antoine Pitrou
report at bugs.python.org
Sun Apr 3 20:50:29 CEST 2011
New submission from Antoine Pitrou <pitrou at free.fr>:
subprocess and multiprocessing both have their own private modules for wrappers of win32 functions: Modules/_multiprocessing/win32_functions.c and PC/_subprocess.c.
It would be nice to group them in a common module (_win32?) that could be used throughout the stdlib.
----------
components: Extension Modules, Windows
messages: 132868
nosy: asksol, brian.curtin, gregory.p.smith, jnoller, pitrou, tim.golden
priority: normal
severity: normal
status: open
title: Mutualize win32 functions
type: feature request
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11750>
_______________________________________
More information about the New-bugs-announce
mailing list