]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99593: Add tests for Unicode C API (part 2) (#99868)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 May 2023 15:25:09 +0000 (18:25 +0300)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 15:25:09 +0000 (15:25 +0000)
commit2ba931ff727395cf89b290ed313a8e15db0bfcf1
tree651943f2b39ffa254aab82b809f7ae8830eaf422
parentb7a0a521960a6e9ea46b79b51cbcc3c4ffcc7057
gh-99593: Add tests for Unicode C API (part 2) (#99868)

Add tests for lower-level functions.

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Lib/test/test_capi/test_unicode.py
Modules/_testcapi/unicode.c
Modules/_testcapimodule.c