-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-114392: Improve test_capi.test_structmembers #114393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-114392: Improve test_capi.test_structmembers #114393
Conversation
Test all integer member types with extreme values and values outside ov valid range. Test support of integer-like objects. Test warnings for wrapped out values.
6b20d32
to
8b57b19
Compare
!buildbot 32 |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 4d5d3b9 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
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 15f6f04) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
GH-115010 is a backport of this pull request to the 3.12 branch. |
GH-115030 is a backport of this pull request to the 3.11 branch. |
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.
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.
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.