]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125522: Fix bare except in test_math.testTan (GH-125544) (#125727)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Oct 2024 12:07:16 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 12:07:16 +0000 (12:07 +0000)
commit5f6e1120e3ba21d5140e91737386e46a22ffb5ea
tree258ae328acdc75a410e305372770c2ad79f0f892
parent2ce10b17293c67e2ceeef9ced3719a49c61aa80c
[3.12] gh-125522: Fix bare except in test_math.testTan (GH-125544) (#125727)

gh-125522: Fix bare except in test_math.testTan (GH-125544)
(cherry picked from commit 4b421e8aca7f2dccc5ac8604b78589941dd7974c)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_math.py