Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9aefce

Browse files
committed
PyObject_Unicode doesn't exist anymore
1 parent 8509df7 commit f9aefce

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Doc/c-api/object.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,6 @@ Object Protocol
140140
and, therefore, by the :func:`print` function.
141141

142142

143-
.. cfunction:: PyObject* PyObject_Unicode(PyObject *o)
144-
145-
.. index:: builtin: unicode
146-
147-
Compute a Unicode string representation of object *o*. Returns the Unicode
148-
string representation on success, *NULL* on failure. This is the equivalent of
149-
the Python expression ``unicode(o)``. Called by the :func:`unicode` built-in
150-
function.
151-
152-
153143
.. cfunction:: int PyObject_IsInstance(PyObject *inst, PyObject *cls)
154144

155145
Returns ``1`` if *inst* is an instance of the class *cls* or a subclass of

0 commit comments

Comments
 (0)