mirror of https://github.com/python/cpython
Just inserted blank line.
This commit is contained in:
parent
52c1e3cc08
commit
3cda1db67f
|
@ -1093,6 +1093,7 @@ init_testcapi(void)
|
|||
return;
|
||||
|
||||
Py_TYPE(&_HashInheritanceTester_Type)=&PyType_Type;
|
||||
|
||||
Py_TYPE(&test_structmembersType)=&PyType_Type;
|
||||
Py_INCREF(&test_structmembersType);
|
||||
PyModule_AddObject(m, "test_structmembersType", (PyObject *)&test_structmembersType);
|
||||
|
|
Loading…
Reference in New Issue