mirror of
https://github.com/python/cpython.git
synced 2026-07-08 03:00:00 -04:00
090e5c4b94
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.