mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-123553: Fix compile warning in compile.c
(#123578)
This commit is contained in:
parent
2304774465
commit
91b7f2e7f6
1 changed files with 2 additions and 0 deletions
|
@ -102,7 +102,9 @@ typedef _PyJumpTargetLabel jump_target_label;
|
|||
|
||||
enum fblocktype;
|
||||
|
||||
#ifndef NDEBUG
|
||||
static int compiler_is_top_level_await(struct compiler *c);
|
||||
#endif
|
||||
static PyObject *compiler_mangle(struct compiler *c, PyObject *name);
|
||||
static PyObject *compiler_maybe_mangle(struct compiler *c, PyObject *name);
|
||||
static int compiler_optimization_level(struct compiler *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue