help wanted
仓库指标
- 星标
- (803 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
def main() -> None:
if 1 < 2 < 3:
print('hello')
❯ spy /tmp/x.spy
ParseError: not implemented yet: chained comparisons
--> /tmp/x.spy:2:16
2 | if 1 < 2 < 3:
| ^ this is not supported