Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
a3d9440a
Commit
a3d9440a
authored
Oct 24, 2013
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable broken cimport alias test by defualt.
parent
b8689607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
tests/bugs.txt
tests/bugs.txt
+1
-0
tests/run/cimport_alias_subclass.pyx
tests/run/cimport_alias_subclass.pyx
+3
-0
No files found.
tests/bugs.txt
View file @
a3d9440a
...
...
@@ -13,6 +13,7 @@ for_from_pyvar_loop_T601
temp_sideeffects_T654 # not really a bug, Cython warns about it
inherited_final_method
tryfinallychaining # also see FIXME in "yield_from_pep380" test
cimport_alias_subclass
# CPython regression tests that don't current work:
pyregr.test_signal
...
...
tests/run/cimport_alias_subclass.pyx
View file @
a3d9440a
# mode: compile
cimport
cimport_alias_subclass_helper
as
cash
cdef
class
Derived
(
cash
.
Base
):
...
...
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