]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list ...
authorSam Gross <colesbury@gmail.com>
Wed, 10 Jan 2024 18:18:38 +0000 (13:18 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 18:18:38 +0000 (10:18 -0800)
commit73ae2023a76f199ff854f8da14bd9ff8e93ee7fd
tree15945814e01279d22bcff6c49b149a4fb7872c3f
parent901a971e161e060bd95f3cf3aeebe8b48d6e6dac
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (#113754)
Include/internal/pycore_gc.h
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2024-01-05-21-28-48.gh-issue-113753.2HNiuq.rst [new file with mode: 0644]
Objects/genobject.c