]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Expoer "marshal" module.
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:47:46 +0000 (19:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:47:46 +0000 (19:47 +0000)
Modules/config.c.in

index 543672309d224fb82cf95f9c8215be6b3789b894..4f0f2e6eb99f0a0550dad5af0754a97536848922 100644 (file)
@@ -128,6 +128,8 @@ extern void initregexp();
 extern void initposix();
 extern void initpwd();
 extern void initgrp();
+extern void initmarshal();
+
 #ifdef USE_AUDIO
 extern void initaudio();
 #endif
@@ -160,6 +162,7 @@ struct {
        {"posix",       initposix},
        {"pwd",         initpwd},
        {"grp",         initgrp},
+       {"marshal",     initmarshal},
 
 
        /* Optional modules */