]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (#154901) main
authorBhuvansh <bhuvanshkataria@gmail.com>
Sat, 1 Aug 2026 19:54:04 +0000 (19:54 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2026 19:54:04 +0000 (21:54 +0200)
commit7b4165b3b07638d8aeab79a880c52f2b51c56f37
tree5d74eb448b90e8c946167f5f8a0bd0b7ea66eee8
parent7ce7f0bd8511410bf7c42cc5fc88dfafe07874b6
gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (#154901)

Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_zoneinfo/test_zoneinfo.py
Misc/NEWS.d/next/Library/2026-07-29-21-37-39.gh-issue-154892.eQyJ3Z.rst [new file with mode: 0644]
Modules/_zoneinfo.c