[issue32822] finally block doesn't re-raise exception if return statement exists inside
Change by robertohueso : -- keywords: +patch nosy: +robertohueso nosy_count: 4.0 -> 5.0 pull_requests: +24317 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25600 ___ Python tracker <https://bugs.python.org/issue32822> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32822] finally block doesn't re-raise exception if return statement exists inside
robertohueso added the comment: Just opened PR 25600, if the changes are ok then I can backport it to 3.9 and 3.8 docs. -- ___ Python tracker <https://bugs.python.org/issue32822> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43979] Simplify urllib.parse_qsl
robertohueso added the comment: Seems like a nice simplification to me. Can I open PR? :) -- nosy: +robertohueso ___ Python tracker <https://bugs.python.org/issue43979> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43989] Enum deprecation breaks SSL tests
Change by robertohueso : -- nosy: +robertohueso nosy_count: 7.0 -> 8.0 pull_requests: +24462 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25769 ___ Python tracker <https://bugs.python.org/issue43989> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43989] Enum deprecation breaks SSL tests
robertohueso added the comment: I opened PR 25769, I think it's the correct fix but I'm a new contributor, so not 100% sure. Please, review when you have time :) -- ___ Python tracker <https://bugs.python.org/issue43989> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com