Skip to content

Commit 95cdd3a

Browse files
committed
Fix unused test.
1 parent e1da86c commit 95cdd3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_testinternalcapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,6 +3237,7 @@ static PyMethodDef module_functions[] = {
32373237
{"test_interp_guard_countdown", test_interp_guard_countdown, METH_NOARGS},
32383238
{"test_interp_view_countdown", test_interp_view_countdown, METH_NOARGS},
32393239
{"test_thread_state_ensure_from_view_interp_switch", test_thread_state_ensure_from_view_interp_switch, METH_NOARGS},
3240+
{"test_thread_state_release_with_destructor", test_thread_state_release_with_destructor, METH_NOARGS},
32403241
{NULL, NULL} /* sentinel */
32413242
};
32423243

0 commit comments

Comments
 (0)