mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #28257: Backported a test.
This commit is contained in:
parent
85c3f268f4
commit
6498e5270e
1 changed files with 5 additions and 0 deletions
|
@ -233,6 +233,11 @@ What about willful misconduct?
|
|||
...
|
||||
TypeError: h() argument after * must be an iterable, not function
|
||||
|
||||
>>> h(1, *h)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
TypeError: h() argument after * must be an iterable, not function
|
||||
|
||||
>>> dir(*h)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue