Skip to content

Commit

Permalink
Eanble store_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Sep 20, 2024
1 parent 01d5365 commit aac2c0a
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 @@ -343,8 +343,8 @@ extern void _PyCode_Clear_Executors(PyCodeObject *code);
#define ENABLE_SPECIALIZED_LOAD_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_LOAD_GLOBAL 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_LOAD_SUPER_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_SEND 1 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_ATTR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_SEND 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_ATTR 1 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_STORE_SUBSCR 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_TO_BOOL 0 && ENABLE_SPECIALIZATION
#define ENABLE_SPECIALIZED_UNPACK_SEQUENCE 0 && ENABLE_SPECIALIZATION
Expand Down

0 comments on commit aac2c0a

Please sign in to comment.