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

Skip to content

Commit b870c75

Browse files
committed
Make it possible to find the use of tp_as_buffer here with a global search.
(Just a change to a comment)
1 parent 8838269 commit b870c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ statichere PyTypeObject Arraytype = {
15421542
0, /* tp_str */
15431543
0, /* tp_getattro */
15441544
0, /* tp_setattro */
1545-
&array_as_buffer, /* tp_as _buffer*/
1545+
&array_as_buffer, /* tp_as_buffer*/
15461546
Py_TPFLAGS_DEFAULT, /* tp_flags */
15471547
arraytype_doc, /* tp_doc */
15481548
0, /* tp_traverse */

0 commit comments

Comments
 (0)