]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve tests for the PyUnicodeWriter C API (GH-146157)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2026 17:15:30 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 17:15:30 +0000 (19:15 +0200)
commitab47892c32e6361f2180e7d86682650f0850c1c4
treed7238e35bad6da67860835a8b0b9f6a13a8980aa
parentd5b26816d02fb4557021083177a5aa1f492030bf
Improve tests for the PyUnicodeWriter C API (GH-146157)

Add tests for corner cases: NULL pointers and out of range values.
Lib/test/test_capi/test_unicode.py
Modules/_testcapi/unicode.c