https://github.com/python/cpython/commit/404425575c68bef9d2f042710fc713134d04c23f commit: 404425575c68bef9d2f042710fc713134d04c23f branch: main author: Serhiy Storchaka <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2025-10-14T18:56:19+03:00 summary:
Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122) files: M Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst index f1344aedb58286..396e40f0e1360b 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst @@ -1,2 +1,3 @@ Fix swallowing some syntax warnings in different modules if they accidentally have the same message and are emitted from the same line. +Fix duplicated warnings in the ``finally`` block. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
