summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/Python-ast.c
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-02-05 15:28:13 +0300
committervitya-smirnov <[email protected]>2026-02-05 15:55:59 +0300
commitc902ffaa7ffb8d569bfaf53b9108f92c377a2751 (patch)
treeb3df40d530532d7c7f5aeb0bb7815737b92ad18c /contrib/tools/python3/Python/Python-ast.c
parent7e2f1ac7b7ff5b1d9085714f3488eee29fcdcded (diff)
YQL-20917: Check inline subquery LangVer at DoInit
Previously, a "bad tree" with a pure `ISource` instead of the expression `INode` got into the named expression. Since the named expression was not used, the `Translate` was not performed and there was no panic. But recently it was fixed, but the `LangVer` started to be checked on `INode` tree contruction, so it breaks backward compatibility. This is why I postpone this check to the `DoInit` translation stage. commit_hash:b68c83b499391dc629bde8eeef262a696a006355
Diffstat (limited to 'contrib/tools/python3/Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions