Index: Include/parsetok.h =================================================================== --- Include/parsetok.h (revision 63951) +++ Include/parsetok.h (working copy) @@ -23,7 +23,7 @@ #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 -#define PyPARSE_WITH_IS_KEYWORD 0x0003 +#define PyPARSE_WITH_IS_KEYWORD 0x0004 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int, perrdetail *);