]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Oct 2023 10:22:09 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 10:22:09 +0000 (10:22 +0000)
commit6b38ddba979a278077524fac0bd3ab24d8f24b28
treebe941759276271ca02ba0c2d726804bfd0bbc142
parentb4c215e82d8acd0bdfa604cbe03d4d14055c3df1
[3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100) (GH-111105)

(cherry picked from commit b60f05870816019cfd9b2f7d104364613e66fc78)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_unicode.py