Skip to content

Commit

Permalink
Enable unpack_sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Sep 20, 2024
1 parent 56ca96b commit 562f26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/internal/pycore_code.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ extern void _PyCode_Clear_Executors(PyCodeObject *code);
#define ENABLE_SPECIALIZED_SEND 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_SUBSCR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_TO_BOOL 1 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_UNPACK_SEQUENCE 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_TO_BOOL 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_UNPACK_SEQUENCE 1 && ENABLE_SPECIALIZATION
#endif

/* Specialization functions */
Expand Down

0 comments on commit 562f26b

Please sign in to comment.