]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Add more C API tests (GH-112522) (GH-112525)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Nov 2023 20:02:57 +0000 (21:02 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 20:02:57 +0000 (22:02 +0200)
commit8f43250c9167a191799e4c570cb3474f9b4c5a5b
tree1ad99a133ea1ae29c841fe4a79d70878023e84fa
parentc67812668f228b58f35a46023981c6d22fb3b5e9
[3.12] Add more C API tests (GH-112522) (GH-112525)

Add tests for PyObject_Str(), PyObject_Repr(), PyObject_ASCII() and
PyObject_Bytes().
(cherry picked from commit e0449b9a7fffc0c0eed806bf4cbb8f1f65397bbb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_abstract.py
Modules/_testcapi/abstract.c