summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-31 05:54:10 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-31 05:54:10 (GMT)
commitddbf1d5756f9ec2a7813351360ad6911831a53ec (patch)
treeae00a1a4cc897234f5ccb771ed8f7018861a1ef4
parentc00ad076004bcdcc080ce93e45ae885ba6bd0246 (diff)
downloadcpython-ddbf1d5756f9ec2a7813351360ad6911831a53ec.zip
cpython-ddbf1d5756f9ec2a7813351360ad6911831a53ec.tar.gz
cpython-ddbf1d5756f9ec2a7813351360ad6911831a53ec.tar.bz2
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. ........
-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);