mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove unused and non-PEP-related entry from PyBufferProcs
This commit is contained in:
parent
7131fd957d
commit
7d7f66b534
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ typedef struct {
|
|||
typedef struct {
|
||||
getbufferproc bf_getbuffer;
|
||||
releasebufferproc bf_releasebuffer;
|
||||
inquiry bf_multisegment;
|
||||
} PyBufferProcs;
|
||||
|
||||
typedef void (*freefunc)(void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue