]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more C API tests (GH-112522)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Nov 2023 15:37:05 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 15:37:05 +0000 (17:37 +0200)
commite0449b9a7fffc0c0eed806bf4cbb8f1f65397bbb
treed58141828fdafe912ee2d06a7c15bbd33240ba7c
parentf9e6ce03953e9ee988d55324dc715b0ef2303cfb
Add more C API tests (GH-112522)

Add tests for PyObject_Str(), PyObject_Repr(), PyObject_ASCII() and
PyObject_Bytes().
Lib/test/test_capi/test_abstract.py
Modules/_testcapi/abstract.c