diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-12-31 05:54:10 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-12-31 05:54:10 (GMT) |
commit | ddbf1d5756f9ec2a7813351360ad6911831a53ec (patch) | |
tree | ae00a1a4cc897234f5ccb771ed8f7018861a1ef4 | |
parent | c00ad076004bcdcc080ce93e45ae885ba6bd0246 (diff) | |
download | cpython-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.c | 1 |
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); |