Add tests for Python -builtin -O and compactdefaultargs and update changes file

This commit is contained in:
William S Fulton 2016-04-02 10:23:06 +01:00
commit bbd1b8ed05
3 changed files with 8 additions and 0 deletions

View file

@ -17,3 +17,6 @@ if defaults2.ret(10.0) != 10.0:
if defaults2.ret() != -1.0:
raise RuntimeError
if defaults2.nodefault(-2) != -2:
raise RuntimeError