commit | 7a6a97352d9a99e83e6beca729d14bb6ca542d12 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Dec 13 16:06:19 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Dec 13 16:06:19 2014 -0500 |
tree | a077be9ca0db76151f770049f3b680c9f2447901 | |
parent | 0bf02c8df48c6494a115185943d94ee5f791deb6 [diff] [blame] |
pop the loop block even for infinite while loops (closes #23048)
diff --git a/Misc/NEWS b/Misc/NEWS index 3f86e90..c0c8603 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #23048: Fix jumping out of an infinite while loop in the pdb. + Library -------