Skip to content

Commit f37f46e

Browse files
authored
Update Modules/_testcapimodule.c
1 parent 786019d commit f37f46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_testcapimodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,7 @@ test_critical_sections(PyObject *module, PyObject *Py_UNUSED(args))
24342434
Py_RETURN_NONE;
24352435
}
24362436

2437+
24372438
// Used by `finalize_thread_hang`.
24382439
#if defined(_POSIX_THREADS) && !defined(__wasi__)
24392440
static void finalize_thread_hang_cleanup_callback(void *Py_UNUSED(arg)) {

0 commit comments

Comments
 (0)