8000 gh-85275: Remove old buffer APIs by methane · Pull Request #105137 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-85275: Remove old buffer APIs #105137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Update Doc/whatsnew/3.13.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
methane and vstinner authored Jun 2, 2023
commit a74e0a1ec72d993b8969478044f25f47bb478a48
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Removed
To test if the object is actually readable, see the next example
of :c:func:`PyObject_GetBuffer`.

* :c:func:`!PyObject_AsCharBuffer`, :c:func:`PyObject_AsReadBuffer`:
* :c:func:`!PyObject_AsCharBuffer`, :c:func:`!PyObject_AsReadBuffer`:
:c:func:`PyObject_GetBuffer` and :c:func:`PyBuffer_Release` instead:

.. code-block:: c
Expand Down
0