We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile.c
1 parent 2304774 commit 91b7f2eCopy full SHA for 91b7f2e
Python/compile.c
@@ -102,7 +102,9 @@ typedef _PyJumpTargetLabel jump_target_label;
102
103
enum fblocktype;
104
105
+#ifndef NDEBUG
106
static int compiler_is_top_level_await(struct compiler *c);
107
+#endif
108
static PyObject *compiler_mangle(struct compiler *c, PyObject *name);
109
static PyObject *compiler_maybe_mangle(struct compiler *c, PyObject *name);
110
static int compiler_optimization_level(struct compiler *c);
0 commit comments