◐ Shell
clean mode source ↗

gh-101659: Use the Raw Allocator in the _xxinterpchannels Module by ericsnowcurrently · Pull Request #103287 · python/cpython

added 3 commits

April 5, 2023 11:10

gaogaotiantian pushed a commit to gaogaotiantian/cpython that referenced this pull request

Apr 8, 2023
pythongh-103287)

Using the raw allocator for any of the global state makes sense, especially as we move to a per-interpreter obmalloc state (pythongh-101660).

warsaw pushed a commit to warsaw/cpython that referenced this pull request

Apr 11, 2023
pythongh-103287)

Using the raw allocator for any of the global state makes sense, especially as we move to a per-interpreter obmalloc state (pythongh-101660).