]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-111137)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Fri, 20 Oct 2023 20:37:38 +0000 (23:37 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 20:37:38 +0000 (23:37 +0300)
commit7162c3a1e8707fdea2efcc70d2cec987eba9ea78
tree7b2c08ab3cca5fcf38ddeef6bb473d44e7eb8d68
parent124259f9b30f6cbab4dd2bcfb0d32f1cddcc35db
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-111137)

frozenset does not support multiplication.
Python/ast_opt.c