]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115030)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Feb 2024 11:24:23 +0000 (13:24 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 11:24:23 +0000 (13:24 +0200)
commit89878141edd23b8829d737cd2d92a1eaaa751c59
tree6d6d13ae8de40e382caba891cd35643fc9c000a8
parentb3f0108eacb7b58c1a2bdd2e4894de23b425d282
[3.11] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115030)

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)
Lib/test/test_capi/test_structmembers.py