Commit 9dbdc9b5 authored by Kevin Modzelewski's avatar Kevin Modzelewski

These are passing

parent c524f07e
# expected: reffail
# The six.py module exposed some issues with how we were handling imports; # The six.py module exposed some issues with how we were handling imports;
# an imported name is not necessarily an attribute of the module object itself, # an imported name is not necessarily an attribute of the module object itself,
# it can be a class object too. It also goes through descriptor logic. # it can be a class object too. It also goes through descriptor logic.
......
# expected: reffail
from types import ModuleType from types import ModuleType
class MyModule(ModuleType): class MyModule(ModuleType):
......
# expected: reffail
# PEP-302 import hook test # PEP-302 import hook test
import sys import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment