]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Aug 2021 18:05:07 +0000 (21:05 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 18:05:07 +0000 (20:05 +0200)
commit4d689173861257c69adc6dc1dca4171946ddb57f
tree999326f40ad54b91981b2c23cb6166c6a649bdd9
parent1a995b0ceefdf7eb59963f3ab395c47d8da226e3
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)

Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL).
Lib/test/test_capi.py
Modules/_testcapimodule.c