FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Finish up signal -> _signal change · pythoncapi/cpython@be9acef · GitHub

forked from python/cpython

Commit be9acef

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL