]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
authorTomas R. <tomas.roun8@gmail.com>
Sun, 6 Oct 2024 19:46:03 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Oct 2024 19:46:03 +0000 (12:46 -0700)
commita1be83dae311e4a1a6e66ed5e128b1ad8794f72f
treed6da663d73829f78b33648ac18935dd47db7c658
parent3fc673e97dafb8a73ee99937cf2bf0b849b1f418
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Lib/test/test_ast/test_ast.py
Parser/asdl_c.py
Python/Python-ast.c