]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Oct 2023 09:54:00 +0000 (12:54 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 09:54:00 +0000 (12:54 +0300)
commitb60f05870816019cfd9b2f7d104364613e66fc78
tree5877d475ed7459039798f29e5fef5c6400b5e952
parentc42c68aa7bd19b0de7f2132ed468bc4ce83d8aa9
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Lib/test/test_capi/test_unicode.py