mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Fix parsing a numeric literal immediately (without spaces) followed by "not in" keywords, like in "1not in x". Now the parser only emits a warning, not a syntax error.