mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-121404: split compile.c into compile.c and codegen.c (#123651)
This commit is contained in:
parent
65fcaa38ad
commit
1a9d8917a3
11 changed files with 6721 additions and 6711 deletions
|
@ -86,8 +86,6 @@ struct _PyCfgBuilder {
|
|||
|
||||
typedef struct _PyCfgBuilder cfg_builder;
|
||||
|
||||
static const jump_target_label NO_LABEL = {-1};
|
||||
|
||||
#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
|
||||
#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue