]> granicus.if.org Git - python/commit
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jan 2018 08:20:12 +0000 (00:20 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Jan 2018 08:20:12 +0000 (10:20 +0200)
commitaea95c2fbdec05dddd8b833a74eeb7ec8dc69706
tree3a80181278ee5547c72232995b0e2fc9154e358b
parent439ce8a93936d92e4f10765c482195a28e93ec76
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078) (#5083)

(cherry picked from commit 7cc42c356b0dc5ad9eaa9392789e84bd4aa1c7de)
Lib/test/test_grammar.py