mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
874010c6ca
commit
405eacc1b8
6 changed files with 334 additions and 13 deletions
|
@ -9,7 +9,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
PyObject *
|
||||
PyMemoryView_FromObjectAndFlags(PyObject *v, int flags);
|
||||
_PyMemoryView_FromBufferProc(PyObject *v, int flags,
|
||||
getbufferproc bufferproc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue