mirror of
https://github.com/python/cpython.git
synced 2025-10-12 01:43:12 +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
6138
Python/codegen.c
Normal file
6138
Python/codegen.c
Normal file
File diff suppressed because it is too large
Load diff
7153
Python/compile.c
7153
Python/compile.c
File diff suppressed because it is too large
Load diff
|
@ -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