]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix TracebackFrameProxy.set_next() on Python 3.7 1051/head
authorVictor Stinner <vstinner@redhat.com>
Mon, 19 Aug 2019 22:40:39 +0000 (00:40 +0200)
committerDavid Lord <davidism@gmail.com>
Wed, 4 Sep 2019 14:40:52 +0000 (07:40 -0700)
commit3a86ef3d72fdefb149c0c859e6e37035826f3557
tree3220d2221e5d92a544f1ae5295f7aad2890e0efa
parentd601b3f49625356616e2f88ef82e3fe5673ea873
Fix TracebackFrameProxy.set_next() on Python 3.7

Fix issue #1050: fix a crash in TracebackFrameProxy.set_next() on
Python 3.7 and newer, when Python is build in debug mode.

Since Python 3.7, traceback.tb_next field can be modified: ctypes is
no longer needed.
CHANGES.rst
jinja2/debug.py