cpython: ec84d815e90f (original) (raw)

Mercurial > cpython

changeset 104235:ec84d815e90f 3.5

Issue #27358: Backported tests. [#27358]

Serhiy Storchaka storchaka@gmail.com
date Sun, 02 Oct 2016 11:10:18 +0300
parents 40d7ce58ebd0
children 872019fd3147 6406322f4749
files Lib/test/test_extcall.py
diffstat 1 files changed, 15 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_extcall.py 15

line wrap: on

line diff

--- a/Lib/test/test_extcall.py +++ b/Lib/test/test_extcall.py @@ -254,6 +254,21 @@ not function ... TypeError: h() argument after ** must be a mapping, not function

+

+

+ >>> dir(**h) Traceback (most recent call last): ...