]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Mar 2025 19:01:36 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 19:01:36 +0000 (19:01 +0000)
commit66042e180b1de4d4797d3ba16cf9b2fc53de18d1
tree9398b108a5aa475f09f35cb997f1f2bc0426bd9e
parent1826347d9d0553a4aab67195c001ef944977cddb
[3.12] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131775)

gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764)
(cherry picked from commit 2c686a9ac243800b630d4a09622c8eb789f5b354)

Co-authored-by: rialbat <47256826+rialbat@users.noreply.github.com>
Parser/pegen.c