]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (GH-98051)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 7 Oct 2022 21:41:35 +0000 (22:41 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 21:41:35 +0000 (14:41 -0700)
commit34e6f3567e3519e0e8cdb7bbc4b68b9ab40493c8
tree7c200854fd28185000051023611920c9405211b8
parent3de08ce8c15ab21a010d3bb0618ac42d15c8eff0
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (GH-98051)

Tests should pass with -O (assertions off).

Automerge-Triggered-By: GH:iritkatriel
Lib/test/test_clinic.py
Tools/clinic/clinic.py