]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clean up backslash avoiding code in ast, fix typo (#113605)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 16 Jan 2024 19:24:25 +0000 (11:24 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 19:24:25 +0000 (11:24 -0800)
commit3d5df54cdc1e946bd953bc9906da5abf78a48357
treed83103e2d4523401a39f266a471fe39447a48f7d
parent74208ed0c440244fb809d8acc97cb9ef51e888e3
Clean up backslash avoiding code in ast, fix typo (#113605)

As of #108553, the `_avoid_backslashes` code path is dead

`scape_newlines` was introduced in #110271. Happy to drop the typo fix
if we don't want it
Lib/ast.py