mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
tabify
This commit is contained in:
parent
0c5ca57369
commit
fbb388b39b
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
/* This lives in gcmodule.c */
|
/* This lives in gcmodule.c */
|
||||||
{"gc", initgc},
|
{"gc", initgc},
|
||||||
|
|
||||||
/* This lives in _warnings.c */
|
/* This lives in _warnings.c */
|
||||||
{"_warnings", _PyWarnings_Init},
|
{"_warnings", _PyWarnings_Init},
|
||||||
|
|
||||||
/* Sentinel */
|
/* Sentinel */
|
||||||
{0, 0}
|
{0, 0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue