]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:07:51 +0000 (20:07 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 19:07:51 +0000 (19:07 +0000)
commitb0f387605457c364e29872485a2c9ee74323f3ef
tree2b0e2e2b5c27bb966ca5720a8ee546bfaef1e040
parent9d3f5384716ab068414cfbfe230a3b94e119a921
[3.13] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131774)

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