]> granicus.if.org Git - python/commitdiff
Supply the _subprocess module under 7.1. I'm not sure what the status
authorTim Peters <tim.peters@gmail.com>
Tue, 12 Oct 2004 21:48:57 +0000 (21:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 12 Oct 2004 21:48:57 +0000 (21:48 +0000)
of this should be on non-WIN32 Windows variants.

PC/config.c
PCbuild/pythoncore.vcproj

index a8f27b8e3476e44318d88724e38ef9b27fc7d85e..983255a58529d9511287b79c14999e20bb5fefea 100644 (file)
@@ -61,6 +61,7 @@ extern void init_codecs_iso2022(void);
 extern void init_codecs_jp(void);
 extern void init_codecs_kr(void);
 extern void init_codecs_tw(void);
+extern void init_subprocess(void);
 
 /* tools/freeze/makeconfig.py marker for additional "extern" */
 /* -- ADDMODULE MARKER 1 -- */
@@ -105,6 +106,8 @@ struct _inittab _PyImport_Inittab[] = {
         {"msvcrt", initmsvcrt},
         {"_locale", init_locale},
 #endif
+       /* XXX Should _subprocess go in a WIN32 block?  not WIN64? */
+       {"_subprocess", init_subprocess},
 
         {"_codecs", init_codecs},
        {"_weakref", init_weakref},
index 59498b31c8527aec8cf1d708ab63f4f912091772..59bddb3b2a82f5680da0b1b9e2163c26c669b2b3 100644 (file)
                <File
                        RelativePath="..\Modules\_sre.c">
                </File>
+               <File
+                       RelativePath="..\Pc\_subprocess.c">
+               </File>
                <File
                        RelativePath="..\Modules\_weakref.c">
                        <FileConfiguration