◐ Shell
clean mode source ↗

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

It used to be like this:
Снимок экрана 2021-10-22 в 23 07 40

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
Снимок экрана 2021-10-22 в 23 08 09

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