Skip to content

Commit 72fb0ad

Browse files
committed
py/objdeque.c: correct type flags based on option settings
1 parent 88513d1 commit 72fb0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/objdeque.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static MP_DEFINE_CONST_DICT(deque_locals_dict, deque_locals_dict_table);
263263
MP_DEFINE_CONST_OBJ_TYPE(
264264
mp_type_deque,
265265
MP_QSTR_deque,
266-
MP_TYPE_FLAG_ITER_IS_GETITER,
266+
DEQUE_TYPE_FLAGS,
267267
make_new, deque_make_new,
268268
unary_op, deque_unary_op,
269269
DEQUE_TYPE_SUBSCR

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy