Skip to content

Commit be9acef

Browse files
committed
Finish up signal -> _signal change
1 parent d006af1 commit be9acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct _inittab _PyImport_Inittab[] = {
9191
{"math", PyInit_math},
9292
{"nt", PyInit_nt}, /* Use the NT os functions, not posix */
9393
{"_operator", PyInit__operator},
94-
{"signal", PyInit_signal},
94+
{"_signal", PyInit__signal},
9595
{"_md5", PyInit__md5},
9696
{"_sha1", PyInit__sha1},
9797
{"_sha256", PyInit__sha256},

0 commit comments

Comments
 (0)