]> granicus.if.org Git - python/commitdiff
Make it possible to find the use of tp_as_buffer here with a global search.
authorTim Peters <tim.peters@gmail.com>
Tue, 5 Jun 2001 04:43:26 +0000 (04:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 5 Jun 2001 04:43:26 +0000 (04:43 +0000)
(Just a change to a comment)

Modules/arraymodule.c

index edc2f0bec3433d1ac7b98eb447a1bf850d7f935a..de90da90e830c86e01b365c44197f3d11513eeb8 100644 (file)
@@ -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 */