mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04: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.