gh-93649: Split unicode tests from _testcapimodule.c & add some more#95819
gh-93649: Split unicode tests from _testcapimodule.c & add some more#95819encukou merged 6 commits intopython:mainfrom
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.