Bug 297685
| Summary: | SyntaxWarning: 'return' in a 'finally' block | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Tools / Tests | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Catanzaro
With python 3.14, 'git-webkit pr' prints a few warnings:
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/terminal.py:319: SyntaxWarning: 'return' in a 'finally' block
return
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py:173: SyntaxWarning: 'return' in a 'finally' block
return
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/command.py:158: SyntaxWarning: 'return' in a 'finally' block
return child.returncode
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/49677
EWS
Committed 299064@main (622fea258aae): <https://commits.webkit.org/299064@main>
Reviewed commits have been landed. Closing PR #49677 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158957976>