]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104602: Add additional test for listcomp with lambda (#104639)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 19 May 2023 15:16:39 +0000 (08:16 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 15:16:39 +0000 (09:16 -0600)
commitdbe171e6098fbb96beed81db2c34f6428109e005
tree49b14895597b2d74fffa860673fbdd8da1db409f
parent8a8853af24b41a73653d07dcc2f44d05b10e0673
gh-104602: Add additional test for listcomp with lambda (#104639)

This threw a SystemError before #104603. Adding a separate test
because this was a different failure mode than the other two new
tests from #104603, both of which used to segfault.
Lib/test/test_listcomps.py