mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Make it possible to find the use of tp_as_buffer here with a global search.
(Just a change to a comment)
This commit is contained in:
parent
88382696f4
commit
b870c75253
1 changed files with 1 additions and 1 deletions
|
|
@ -1542,7 +1542,7 @@ statichere PyTypeObject Arraytype = {
|
|||
0, /* tp_str */
|
||||
0, /* tp_getattro */
|
||||
0, /* tp_setattro */
|
||||
&array_as_buffer, /* tp_as _buffer*/
|
||||
&array_as_buffer, /* tp_as_buffer*/
|
||||
Py_TPFLAGS_DEFAULT, /* tp_flags */
|
||||
arraytype_doc, /* tp_doc */
|
||||
0, /* tp_traverse */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue