Skip to content

Commit

Permalink
Enable to_bool
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Sep 20, 2024
1 parent 86a8fd7 commit 56ca96b
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 @@ -345,8 +345,8 @@ extern void _PyCode_Clear_Executors(PyCodeObject *code);
#define ENABLE_SPECIALIZED_LOAD_SUPER_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_SEND 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_SUBSCR 1 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_TO_BOOL 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
#endif

Expand Down

0 comments on commit 56ca96b

Please sign in to comment.