Skip to content

Commit 27c121d

Browse files
committed
Add missing _PyTestLimitedCAPI_Init_Type() call
1 parent 37a19de commit 27c121d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/_testlimitedcapi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ module_exec(PyObject *mod)
9191
if (_PyTestLimitedCAPI_Init_Run(mod) < 0) {
9292
return -1;
9393
}
94+
if (_PyTestLimitedCAPI_Init_Type(mod) < 0) {
95+
return -1;
96+
}
9497
return 0;
9598
}
9699

0 commit comments

Comments
 (0)