]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Feb 2024 20:41:25 +0000 (21:41 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 20:41:25 +0000 (22:41 +0200)
commit89fd79582c0cc525eaf8fc95b57bb47e895bd874
treed74c6745364c4d9ee08d727b0bf73b739e64e779
parent5d2e30958ae425e6adc635e2ac718e0d8531e794
[3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)

Test all integer member types with extreme values and values outside of
the valid range. Test support of integer-like objects. Test warnings for
wrapped out values.
(cherry picked from commit 15f6f048a6ecdf0f6f4fc076d013be3d110f8ed6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_structmembers.py