Merged revisions 68099 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68099 | hirokazu.yamamoto | 2008-12-31 14:47:19 +0900 | 1 line Just inserted blank line. ........
This commit is contained in:
parent
c00ad07600
commit
ddbf1d5756
|
@ -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