closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
This commit is contained in:
committed by
Benjamin Peterson
parent
c84cf6c03f
commit
745dc65b17
@@ -45,7 +45,7 @@ static void
|
||||
show_track(void)
|
||||
{
|
||||
PyInterpreterState *interp = PyThreadState_GET()->interp;
|
||||
if (!inter->core_config.show_alloc_count) {
|
||||
if (!interp->core_config.show_alloc_count) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user