mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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;
|
||||
DEBUG("tracemalloc_init(): done");
|
||||
assert(get_reentrant());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue