]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131421: Fix ASDL tests (#133408)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 4 May 2025 23:46:21 +0000 (16:46 -0700)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 23:46:21 +0000 (23:46 +0000)
commit483d130e504f63aaf3afe8af3a37650edcdb07a3
tree51aa11d95e1f17c942468209684dbb236f892a23
parent30840706b029645b9631b92c687834fcced6413e
gh-131421: Fix ASDL tests (#133408)

PR #131419 broke this, but we failed to run tests on the PR due to a bug
in our script.
Lib/test/test_asdl_parser.py
Parser/asdl.py