Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.13] gh-109218: Refactor tests for the complex() constructor (GH-119635)#119795
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.13] gh-109218: Refactor tests for the complex() constructor (GH-119635)#119795
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…GH-119635)* Share common classes.* Use exactly representable floats and exact tests.* Check the sign of zero components.* Remove duplicated tests (mostly left after merging int and long).* Reorder tests in more consistent way.* Test more error messages.* Add tests for missed cases.(cherry picked from commitbf098d4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
hugovk commentedAug 9, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@serhiy-storchaka You enabled auto-merge on this, but for some reason the "Tests / Windows (free-threading) / build (arm64)" CI failed, so it didn't merge. Unfortunately thelogs have since expired, maybe it was just a temporary thing. I've merged in I've also disabled auto-merge, because 3.13 is in the RC phase and I'll let you make a fresh decision whether it can be merged now. |
CI passed now. I think it probably could go into 3.13, it's only changing test files. |
013752c
intopython:3.13Uh oh!
There was an error while loading.Please reload this page.
Thank you@hugovk for noticing this. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commitbf098d4)
Co-authored-by: Serhiy Storchakastorchaka@gmail.com