Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pep-0624.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ Remove these APIs in Python 3.11. They have been deprecated already.
Alternative Ideas
=================

Replace ``Py_UNICODE*`` with ``PyObjct*``
-----------------------------------------
Replace ``Py_UNICODE*`` with ``PyObject*``
------------------------------------------

As described in the "Alternative APIs" section, some APIs don't have
public alternative APIs accepting ``PyObject *unicode`` input.
Expand Down