mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
d21fb4c2e0
would give bogus error messages, because of untested exceptions::
>>> f(**g(1=2))
XXX undetected error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
instead of the expected SyntaxError: keyword can't be an expression
Will backport.