mirror of https://github.com/python/cpython
Fixed a nasty problem in the xxmodule.c
This commit is contained in:
parent
99b9df8e11
commit
842c178442
|
@ -349,7 +349,7 @@ initxx(void)
|
|||
Str_Type.tp_base = &PyUnicode_Type;
|
||||
|
||||
/* Finalize the type object including setting type of the new type
|
||||
* object; doing it here is required for portability, too. /*
|
||||
* object; doing it here is required for portability, too. */
|
||||
if (PyType_Ready(&Xxo_Type) < 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue