mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
c60b3b3cca
Work on test coverage for `PyObject_Print` made it clear that some lines can't get executed. Simplify the function by excluding the checks for non-string types. Also eliminate creating a temporary bytes object.
Source files for various builtin objects