Skip to content

Commit

Permalink
List all the unimplemeted features.
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Feb 8, 2025
1 parent 327878c commit c214109
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions peps/pep-3118.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ Post-History: `09-Apr-2007 <https://mail.python.org/archives/list/python-dev@pyt

.. canonical-doc:: :external+python:ref:`bufferobjects`,
:external+python:c:type:`PyBufferProcs`,
:external+python:c:type:`PyMemoryView_FromObject`.
:external+python:c:type:`PyMemoryView_FromObject`

Not all features proposed here were implemented. Specifically:

- ``PyObject_CopyToObject`` was not added.
- :ref:`3118-struct-additions` were not added, except for ``?`` (``_Bool``).
- ``PyObject_GetMemoryView`` is named
:external+python:c:type:`PyMemoryView_FromObject`.

Some changes proposed here, like :ref:`3118-struct-additions` and
``PyObject_CopyToObject``, were not implemented.
This PEP targets Python 3.0, which was released more than a decade ago.
Any proposals to add missing functionality should
be discussed as new features, not treated as finishing the implementation
Expand Down

0 comments on commit c214109

Please sign in to comment.