There was an error while loading. Please reload this page.
1 parent 37a19de commit 27c121dCopy full SHA for 27c121d
1 file changed
Modules/_testlimitedcapi.c
@@ -91,6 +91,9 @@ module_exec(PyObject *mod)
91
if (_PyTestLimitedCAPI_Init_Run(mod) < 0) {
92
return -1;
93
}
94
+ if (_PyTestLimitedCAPI_Init_Type(mod) < 0) {
95
+ return -1;
96
+ }
97
return 0;
98
99
0 commit comments