mirror of
https://github.com/python/cpython.git
synced 2025-11-24 04:17:38 +00:00
bpo-41103: Remove old buffer protocol support (#21117)
They are deprecated since Python 3.0.
This commit is contained in:
parent
77ed29b2c2
commit
6f8a6ee59c
8 changed files with 9 additions and 204 deletions
|
|
@ -0,0 +1,4 @@
|
|||
``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``,
|
||||
``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are
|
||||
removed. Please migrate to new buffer protocol; :c:func:`PyObject_GetBuffer`
|
||||
and :c:func:`PyBuffer_Release`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue