mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
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…
x
Reference in New Issue
Block a user