-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value #131764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ata' with a NULL value
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks a lot for your contribution @rialbat 🚀 |
Thanks @rialbat for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @rialbat for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ata' with a NULL value (pythonGH-131764) (cherry picked from commit 2c686a9) Co-authored-by: rialbat <[email protected]>
GH-131774 is a backport of this pull request to the 3.13 branch. |
…ata' with a NULL value (pythonGH-131764) (cherry picked from commit 2c686a9) Co-authored-by: rialbat <[email protected]>
GH-131775 is a backport of this pull request to the 3.12 branch. |
…ata' with a NULL value (python#131764)
…ata' with a NULL value (python#131764)
Py_DECREF should be applied to the new_token->metadata.