Skip to content

Commit 98a4ee5

Browse files
committed
Make Py_Buffer struct anon
1 parent 0ab2a44 commit 98a4ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extern "C" {
1717
*
1818
*/
1919

20-
typedef struct bufferinfo {
20+
typedef struct {
2121
void *buf;
2222
PyObject *obj; /* owned reference */
2323
Py_ssize_t len;

0 commit comments

Comments
 (0)