summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-31 05:47:19 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-31 05:47:19 (GMT)
commit3cda1db67f555d7628dbc808d3bc1e307eee623b (patch)
treee4179e4c1c4b6fbcd9cc255ecd1f210c72582b07 /Modules
parent52c1e3cc083db02d97424ab70f55809246b6a452 (diff)
downloadcpython-3cda1db67f555d7628dbc808d3bc1e307eee623b.zip
cpython-3cda1db67f555d7628dbc808d3bc1e307eee623b.tar.gz
cpython-3cda1db67f555d7628dbc808d3bc1e307eee623b.tar.bz2
Just inserted blank line.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_testcapimodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index 00ae111..665d375 100644
--- a/Modules/_testcapimodule.c
+++ b/Modules/_testcapimodule.c
@@ -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);