]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#128963)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sun, 19 Jan 2025 11:02:49 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2025 11:02:49 +0000 (11:02 +0000)
commit6c52ada5512ccd1a0891c00cc84c7d3170d3328c
tree79f28c02b9dc0fb506f77954c74100450de9c1c3
parent5aaf41685834901e4ed0a40f4c055b92991a0bb5
gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#128963)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_opcache.py
Python/specialize.c