mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
GH-131331: Rename "not" to "invert" (GH-131334)
This commit is contained in:
parent
844765b20f
commit
883c2f682b
2 changed files with 9 additions and 9 deletions
|
@ -202,7 +202,7 @@ typedef struct _jit_opt_tuple {
|
|||
|
||||
typedef struct {
|
||||
uint8_t tag;
|
||||
bool not;
|
||||
bool invert;
|
||||
uint16_t value;
|
||||
} JitOptTruthiness;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue