commit | b05dc00fb7184eaf5bc78ef483a691540ebc1215 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 10:27:05 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 10:27:05 2010 +0000 |
tree | dc4f871c0458292c74d407ff687c67a23d5de8eb | |
parent | 34c35b2788f4f764022f11a624fb08d325c31e94 [diff] |
Fix a couple of issues with the test_structmembersType class in _testcapimodule - rename to _test_structmembersType to avoid the class being automatically called by test_capi - allow space for trailing NUL in inplace_member field of all_structmembers - use T_STRING_INPLACE instead of T_INPLACE_STRING as keyword argument to _test_structmembersType initializer - don't attempt to initialize inplace_member field if T_STRING_INPLACE argument wasn't supplied.