Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6498e52

Browse files
Issue #28257: Backported a test.
1 parent 85c3f26 commit 6498e52

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lib/test/test_extcall.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@
233233
...
234234
TypeError: h() argument after * must be an iterable, not function
235235
236+
>>> h(1, *h)
237+
Traceback (most recent call last):
238+
...
239+
TypeError: h() argument after * must be an iterable, not function
240+
236241
>>> dir(*h)
237242
Traceback (most recent call last):
238243
...

0 commit comments

Comments
 (0)