[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594)#104195
Merged
pablogsal merged 3 commits intopython:3.11from May 7, 2023
Merged
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594)#104195pablogsal merged 3 commits intopython:3.11from
pablogsal merged 3 commits intopython:3.11from
Conversation
…honGH-97594). (cherry picked from commit aab01e3) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This was referenced May 5, 2023
Member
Author
|
@pablogsal I'm not sure what to do with the NEWS file from your original PR. Leave it as-is and include it here, skip it or write a new one with something like "Backporting to 3.11"? |
Member
I would leave it the same and maybe add at the end (backported from ...) |
Member
Author
Done! Thanks for the help! |
f0c0f22 to
de5f0b3
Compare
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 9, 2023
Python 3.11.4 also got the fix backported which turns this into a SyntaxError: python/cpython#104195
This was referenced Nov 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit aab01e3)