There was an error while loading. Please reload this page.
1 parent d006af1 commit be9acefCopy full SHA for be9acef
1 file changed
PC/config.c
@@ -91,7 +91,7 @@ struct _inittab _PyImport_Inittab[] = {
91
{"math", PyInit_math},
92
{"nt", PyInit_nt}, /* Use the NT os functions, not posix */
93
{"_operator", PyInit__operator},
94
- {"signal", PyInit_signal},
+ {"_signal", PyInit__signal},
95
{"_md5", PyInit__md5},
96
{"_sha1", PyInit__sha1},
97
{"_sha256", PyInit__sha256},
0 commit comments