mirror of https://github.com/python/cpython
Finish up signal -> _signal change
This commit is contained in:
parent
d006af1899
commit
be9acefc6b
|
@ -91,7 +91,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"math", PyInit_math},
|
||||
{"nt", PyInit_nt}, /* Use the NT os functions, not posix */
|
||||
{"_operator", PyInit__operator},
|
||||
{"signal", PyInit_signal},
|
||||
{"_signal", PyInit__signal},
|
||||
{"_md5", PyInit__md5},
|
||||
{"_sha1", PyInit__sha1},
|
||||
{"_sha256", PyInit__sha256},
|
||||
|
|
Loading…
Reference in New Issue