]> git.ipfire.org Git - thirdparty/jinja.git/commit
add 'linetable' to the preserved CodeType attributes (#1334)
authorThomas Moschny <thomas.moschny@gmx.de>
Tue, 19 Jan 2021 20:01:18 +0000 (21:01 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 20:01:18 +0000 (12:01 -0800)
commit5f79ba633db0e6f56fc2d13cfc78547495f3d395
tree956aba6ee7da0efddf9dd865dfd0ced9e3a80147
parente39c87c4d474e36dde3b3576a674980e6f4699e1
add 'linetable' to the preserved CodeType attributes (#1334)

add 'linetable' to the preserved CodeType attributes

co_linetable replaces co_lnotab as part of PEP 626 in Python 3.10.
src/jinja2/debug.py