Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
LGTM. @alexhenrie Can you add the news entry? |
Sorry, something went wrong.
|
Can you add the news entry? This change is invisible to users and irrelevant for contributors so adding skip news . |
Sorry, something went wrong.
| { | ||
| const char *ptr = p; | ||
| char buff = *ptr; | ||
| char buff; |
There was a problem hiding this comment.
I suggest to move the variable declaration closer to where it's used: inside the if block at least.
Sorry, something went wrong.
There was a problem hiding this comment.
Done
Sorry, something went wrong.
|
Merged, thanks. |
Sorry, something went wrong.
Straightforward dead code elimination.
https://bugs.python.org/issue43360