mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
Issue #26588: one more assertion
This commit is contained in:
parent
4a06647534
commit
e31e35d34e
1 changed files with 1 additions and 0 deletions
|
@ -992,6 +992,7 @@ DEBUG("tracemalloc_init(): set_reentrant(1)");
|
||||||
|
|
||||||
tracemalloc_config.initialized = TRACEMALLOC_INITIALIZED;
|
tracemalloc_config.initialized = TRACEMALLOC_INITIALIZED;
|
||||||
DEBUG("tracemalloc_init(): done");
|
DEBUG("tracemalloc_init(): done");
|
||||||
|
assert(get_reentrant());
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue