]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45871: Refactor except matcher validation into a separate function so that it...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 22 Nov 2021 16:56:23 +0000 (16:56 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 16:56:23 +0000 (16:56 +0000)
commit4d6c0c0cce05befa06e0cad7351b1303ac048277
treea6f2cc0e0428879ffd305c0c38cc4e240086247d
parent0e1c2f3ef84572b79fa7d8498a69bc5a56ff0d8d
bpo-45871: Refactor except matcher validation into a separate function so that it can be reused. Add missing unit test. (GH-29711)
Lib/test/test_exceptions.py
Python/ceval.c