-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-93649: Split unicode tests from _testcapimodule.c & add some more #95819
Conversation
… more (pythonGH-95819) - Move PyUnicode tests to a separate file - Add some more tests for PyUnicode_FromFormat Co-authored-by: philg314 <[email protected]>
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @encukou, I could not cleanly backport this to |
Sorry @encukou, I had trouble checking out the |
I can put them on my TODO list. |
I think that it would be less work to split |
This is the refactoring & tests for existing functionality from #95505, leaving the change (and its tests) for another PR.
In addition to the changes in #95505, I made
CHECK_FORMAT_*
to check for SystemError when it gets NULL as the expected result. Some tests need that, as the behavior changed in #95784.