mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
move unprefixed error into .c file
This commit is contained in:
parent
d79af0fc52
commit
44a90c95ce
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
#include "symtable.h"
|
||||
|
||||
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"
|
||||
#define ERR_LATE_FUTURE \
|
||||
"from __future__ imports must occur at the beginning of the file"
|
||||
|
||||
static int
|
||||
future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue