mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Just inserted blank line.
This commit is contained in:
parent
52c1e3cc08
commit
3cda1db67f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue