bpo-25643: Fix tokenizer error when raw decoding null bytes#25080
Conversation
Sorry, something went wrong.
Before: With this PR: |
Sorry, something went wrong.
|
This following patch fix Valgrind warnings of https://bugs.python.org/issue43662 for the command: Patch: |
Sorry, something went wrong.
|
Less intrusive patch fixing the Valgrind warnings: |
Sorry, something went wrong.
|
@vstinner I have updated the PR with your patch. This should fix both problems |
Sorry, something went wrong.
ad24cc9 to
dc175c3
Compare
March 29, 2021 22:55
|
I have found the actual problem, this used to check the size using Line 559 in fb1d01b I have updated the PR with the fix. |
Sorry, something went wrong.
|
I confirm that this change fixed https://bugs.python.org/issue43662 thanks! |
Sorry, something went wrong.
https://bugs.python.org/issue25643