diff options
author | Sam Gross <colesbury@gmail.com> | 2024-09-14 02:02:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 02:02:27 (GMT) |
commit | b02301fa5a543266ee310a6d98278d2b8e26d7b3 (patch) | |
tree | c6e24188036f33d57f09ca183c3d02eb8f64cb82 /configure | |
parent | 38809171b8768517824fb62d48abe2cb0aff8429 (diff) | |
download | cpython-b02301fa5a543266ee310a6d98278d2b8e26d7b3.zip cpython-b02301fa5a543266ee310a6d98278d2b8e26d7b3.tar.gz cpython-b02301fa5a543266ee310a6d98278d2b8e26d7b3.tar.bz2 |
gh-124068: Fix reference leak with generators in the free-threaded build (#124069)
If the generator is already cleared, then most fields in the
generator's frame are not valid other than f_executable. The invalid
fields may contain dangling pointers and should not be used.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions