aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/utils.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-13 10:46:20 +0100
committerGitHub <noreply@github.com>2025-03-13 10:46:20 +0100
commit0c6c52f49605f757c4a125ca195a2123bd930b93 (patch)
tree2d8c3af03d74458ed7159ea458e9ae6da108c460 /Lib/test/test_asyncio/utils.py
parent36978f7ef370f3a7cd5888c5e4c8267ffaf3998e (diff)
downloadcpython-0c6c52f49605f757c4a125ca195a2123bd930b93.tar.gz
cpython-0c6c52f49605f757c4a125ca195a2123bd930b93.zip
gh-111178: Fix PyRangeIter_Type deallocator (#131162)
Don't use PyObject_Free() as tp_dealloc to avoid an undefined behavior. Instead, use the default deallocator which just calls tp_free which is PyObject_Free().
Diffstat (limited to 'Lib/test/test_asyncio/utils.py')
0 files changed, 0 insertions, 0 deletions