]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Nov 2022 07:59:56 +0000 (09:59 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2022 07:59:56 +0000 (09:59 +0200)
commitdeaa8dee48beeae9928a418736da0608f2f18361
tree7daa14be355b6b0192cdded34c89bb1a97c7729f
parent8f2fb7dfe72c882e97e524ef7ce40ceb663cc27e
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)

Add tests for functions corresponding to the str class methods.
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/Tests/2022-11-19-13-34-28.gh-issue-99593.8ZfCkj.rst [new file with mode: 0644]
Modules/_testcapi/unicode.c