mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
dff9e2535f
commit
a0f169cde8
3 changed files with 14 additions and 1 deletions
|
@ -2402,7 +2402,7 @@ static PyMappingMethods memory_as_mapping = {
|
|||
|
||||
/* As sequence */
|
||||
static PySequenceMethods memory_as_sequence = {
|
||||
0, /* sq_length */
|
||||
(lenfunc)memory_length, /* sq_length */
|
||||
0, /* sq_concat */
|
||||
0, /* sq_repeat */
|
||||
(ssizeargfunc)memory_item, /* sq_item */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue