Skip to content

Remove 'return' statements from 'finally' clauses - #1649

Merged
progval merged 2 commits into
masterfrom
py3.14-finally
Jan 27, 2026
Merged

Remove 'return' statements from 'finally' clauses#1649
progval merged 2 commits into
masterfrom
py3.14-finally

Conversation

@progval

@progval progval commented Jan 26, 2026

Copy link
Copy Markdown
Owner

They are deprecated on py3.14, and the one in schedule.py was actually a bug as it silenced exceptions raised by recurring scheduled functions.

They are deprecated on py3.14, and the one in schedule.py
was actually a bug as it silenced exceptions raised by
recurring scheduled functions.
Comment thread src/schedule.py Outdated
@progval
progval merged commit 563050f into master Jan 27, 2026
22 of 30 checks passed
@progval
progval deleted the py3.14-finally branch January 27, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants