commit | 520b7ae27e39d1c77ea74ccd1b184d7cb43f9dcb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 22 23:33:30 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu Feb 22 23:33:30 2018 +0200 |
tree | 8a661515a3574b0d79ea2024a3b92646dd7ee837 | |
parent | 4af8fd561433826ac897c55e41a087a5c5dbacf3 [diff] |
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>