diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-11 13:53:35 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-11 13:53:35 (GMT) |
commit | ceccc3c0376671ee1da9714bbe15d1fae436c66c (patch) | |
tree | 85724db04a7e49d4cf0b9249d13f9690b9b8ce83 /Lib/test/output | |
parent | 512a237725c728faf495608c650f405522c3c5d4 (diff) | |
download | cpython-ceccc3c0376671ee1da9714bbe15d1fae436c66c.zip cpython-ceccc3c0376671ee1da9714bbe15d1fae436c66c.tar.gz cpython-ceccc3c0376671ee1da9714bbe15d1fae436c66c.tar.bz2 |
Test cases for examples of ext call error handling.
Fix to SF bug #414743 based on Michael Hudson's patch #414750.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_extcall | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_extcall b/Lib/test/output/test_extcall index 64754cf..58f52d4 100644 --- a/Lib/test/output/test_extcall +++ b/Lib/test/output/test_extcall @@ -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 |