Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
9dbdc9b5
Commit
9dbdc9b5
authored
Mar 25, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
These are passing
parent
c524f07e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
test/tests/import_module_subclasses.py
test/tests/import_module_subclasses.py
+0
-2
test/tests/module_subclassing.py
test/tests/module_subclassing.py
+0
-1
test/tests/sys_meta_path.py
test/tests/sys_meta_path.py
+0
-1
No files found.
test/tests/import_module_subclasses.py
View file @
9dbdc9b5
# 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.
...
...
test/tests/module_subclassing.py
View file @
9dbdc9b5
# expected: reffail
from
types
import
ModuleType
from
types
import
ModuleType
class
MyModule
(
ModuleType
):
class
MyModule
(
ModuleType
):
...
...
test/tests/sys_meta_path.py
View file @
9dbdc9b5
# expected: reffail
# PEP-302 import hook test
# PEP-302 import hook test
import
sys
import
sys
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment