Skip to content

Commit

Permalink
Supply the _subprocess module under 7.1. I'm not sure what the status
Browse files Browse the repository at this point in the history
of this should be on non-WIN32 Windows variants.
  • Loading branch information
tim-one committed Oct 12, 2004
1 parent f3250b0 commit 4eb5978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PC/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- */
Expand Down Expand Up @@ -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},
Expand Down
3 changes: 3 additions & 0 deletions PCbuild/pythoncore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@
<File
RelativePath="..\Modules\_sre.c">
</File>
<File
RelativePath="..\Pc\_subprocess.c">
</File>
<File
RelativePath="..\Modules\_weakref.c">
<FileConfiguration
Expand Down

0 comments on commit 4eb5978

Please sign in to comment.