Merge branch 'chlandsi-master'

* chlandsi-master:
  Testcase for testing __new__ override Python 3.6 fix
  fix for creating new shadow class in python 3.6
This commit is contained in:
William S Fulton 2018-12-20 08:12:41 +00:00
commit d9ecff1fca
4 changed files with 48 additions and 5 deletions

View file

@ -3,3 +3,7 @@ import python_pythoncode
# No need to actually do anything, this is a regression test for a bug which
# caused an invalid python_pythoncode.py to be generated, so if we can import
# it the bug is still fixed.
# A later test enhancement checking __new__ requires some code...
f = python_pythoncode.get_foo()
f = python_pythoncode.Foo()