Commit 16da1c32 authored by Victor Stinner's avatar Victor Stinner

Issue #26588: one more assertion

parent 3f780c2d
......@@ -992,6 +992,7 @@ DEBUG("tracemalloc_init(): set_reentrant(1)");
tracemalloc_config.initialized = TRACEMALLOC_INITIALIZED;
DEBUG("tracemalloc_init(): done");
assert(get_reentrant());
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment