Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-121460: Skip freeing unallocated arenas (pythongh-121491)
`munmap(NULL)` is not noop, like `free(NULL)` is. Fixes an observed testsuite hang on 32-bit ARM systems.
- Loading branch information