mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Test cases for examples of ext call error handling.
Fix to SF bug #414743 based on Michael Hudson's patch #414750.
This commit is contained in:
parent
512a237725
commit
ceccc3c037
2 changed files with 40 additions and 0 deletions
|
@ -25,7 +25,12 @@ g() got multiple values for keyword argument 'b'
|
|||
f() keywords must be strings
|
||||
h() got an unexpected keyword argument 'e'
|
||||
h() argument after * must be a sequence
|
||||
dir() argument after * must be a sequence
|
||||
None object argument after * must be a sequence
|
||||
h() argument after ** must be a dictionary
|
||||
dir() argument after ** must be a dictionary
|
||||
None object argument after ** must be a dictionary
|
||||
dir() got multiple values for keyword argument 'b'
|
||||
3 512 1
|
||||
3
|
||||
3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue