mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
8f43250c91
Add tests for PyObject_Str(), PyObject_Repr(), PyObject_ASCII() and
PyObject_Bytes().
(cherry picked from commit e0449b9a7f)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>