Kaydet (Commit) 78b634d2 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Issue #28257: Backported a test.

üst 5170c16d
......@@ -180,6 +180,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):
...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment