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] [blame] |
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>
diff --git a/PC/launcher.c b/PC/launcher.c index d717a7e..d43eb92 100644 --- a/PC/launcher.c +++ b/PC/launcher.c
@@ -1116,6 +1116,7 @@ { 3320, 3351, L"3.5" }, { 3360, 3379, L"3.6" }, { 3390, 3399, L"3.7" }, + { 3400, 3409, L"3.8" }, { 0 } };