Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d7f66b

Browse files
committed
Remove unused and non-PEP-related entry from PyBufferProcs
1 parent 7131fd9 commit 7d7f66b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/object.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ typedef struct {
277277
typedef struct {
278278
getbufferproc bf_getbuffer;
279279
releasebufferproc bf_releasebuffer;
280-
inquiry bf_multisegment;
281280
} PyBufferProcs;
282281

283282
typedef void (*freefunc)(void *);

0 commit comments

Comments
 (0)