]> granicus.if.org Git - python/commit
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compil...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Feb 2018 21:33:30 +0000 (23:33 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 21:33:30 +0000 (23:33 +0200)
commit520b7ae27e39d1c77ea74ccd1b184d7cb43f9dcb
tree8a661515a3574b0d79ea2024a3b92646dd7ee837
parent4af8fd561433826ac897c55e41a087a5c5dbacf3
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Antoine Pitrou <antoine@python.org>
19 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.8.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_importlib/test_util.py
Lib/test/test_peepholer.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2017-12-24-19-48-59.bpo-17611.P85kWL.rst [new file with mode: 0644]
Objects/frameobject.c
Objects/genobject.c
PC/launcher.c
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/opcode_targets.h
Python/peephole.c