cpython: 29a658d47ae8 (original) (raw)

Mercurial > cpython

changeset 104236:29a658d47ae8 2.7

Issue #27358: Backported tests. [#27358]

Serhiy Storchaka storchaka@gmail.com
date Sun, 02 Oct 2016 11:10:18 +0300
parents a8168a52a56f
children a0b9c4f98573
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 @@ -201,6 +201,21 @@ not function ... TypeError: h() argument after ** must be a mapping, not function

+

+

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