FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] bpo-45574: fix warning about `print_escape` being unused (GH-29172) by miss-islington · Pull Request #29176 · python/cpython · GitHub

/ cpython Public

[3.10] bpo-45574: fix warning about print_escape being unused (GH-29172) - #29176

Merged
pablogsal merged 1 commit into
python:3.10from
miss-islington:backport-4bc5473-3.10
Oct 23, 2021
Merged

[3.10] bpo-45574: fix warning about print_escape being unused (GH-29172)#29176
pablogsal merged 1 commit into
python:3.10from
miss-islington:backport-4bc5473-3.10

Conversation

miss-islington commented Oct 22, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

It used to be like this:

Quick grep tells that it is just used in one place under Py_DEBUG: https://github.com/python/cpython/blame/f6e8b80d20159596cf641305bad3a833bedd2f4f/Parser/tokenizer.cGH-L1047-L1051

I am not sure, but it also looks like a private thing, it should not affect other users.

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 4bc5473)

Co-authored-by: Nikita Sobolev mail@sobolevn.me

https://bugs.python.org/issue45574

)

It used to be like this:
<img width="1232" alt="Снимок экрана 2021-10-22 в 23 07 40" src="https://user-images.githubusercontent.com/4660275/138516608-fef6ec01-a96a-40f4-81ef-52265b0f536b.png">

Quick `grep` tells that it is just used in one place under `Py_DEBUG`: https://github.com/python/cpython/blame/f6e8b80d20159596cf641305bad3a833bedd2f4f/Parser/tokenizer.cGH-L1047-L1051
<img width="752" alt="Снимок экрана 2021-10-22 в 23 08 09" src="https://user-images.githubusercontent.com/4660275/138516684-ea503136-1e92-48a5-95bb-419e190d5866.png">

I am not sure, but it also looks like a private thing, it should not affect other users.

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 4bc5473)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

Copy link
Copy Markdown

@pablogsal: Please replace # with GH- in the commit message next time. Thanks!

miss-islington deleted the backport-4bc5473-3.10 branch October 23, 2021 13:35
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL