We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e536892 commit c1f213eCopy full SHA for c1f213e
Python/future.c
@@ -8,7 +8,6 @@
8
#include "symtable.h"
9
10
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"
11
-#define FUTURE_IMPORT_STAR "future statement does not support import *"
12
13
static int
14
future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
0 commit comments