Initialize the type object so pychecker can't crash the interpreter.
This commit is contained in:
parent
62bc8aadd4
commit
de4c78a1d7
|
@ -7792,6 +7792,8 @@ void _PyUnicode_Init(void)
|
|||
bloom_linebreak = make_bloom_mask(
|
||||
linebreak, sizeof(linebreak) / sizeof(linebreak[0])
|
||||
);
|
||||
|
||||
PyType_Ready(&EncodingMapType);
|
||||
}
|
||||
|
||||
/* Finalize the Unicode implementation */
|
||||
|
|
Loading…
Reference in New Issue