File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ PEP: 765
22Title: Disallow return/break/continue that exit a finally block
33Author: Irit Katriel <irit@python.org>, Alyssa Coghlan <ncoghlan@gmail.com>
44Discussions-To: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348
5- Status: Draft
5+ Status: Accepted
66Type: Standards Track
77Created: 15-Nov-2024
88Python-Version: 3.14
99Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-in-finally-in-the-wild/70633 >`__,
1010 `16-Nov-2024 <https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348 >`__,
1111Replaces: 601
12+ Resolution: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348/111
1213
1314Abstract
1415========
You can’t perform that action at this time.
0 commit comments