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
58da53a7
Commit
58da53a7
authored
7 years ago
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some error messages.
parent
5c5ab3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/errors/builtin_type_inheritance.pyx
tests/errors/builtin_type_inheritance.pyx
+3
-3
No files found.
tests/errors/builtin_type_inheritance.pyx
View file @
58da53a7
...
...
@@ -12,7 +12,7 @@ cdef class MyStr(str): # only in Py2, but can't know that during compilation
pass
_ERRORS
=
"""
5:
5
: inheritance from PyVarObject types like 'tuple' is not currently supported
8:
5
: inheritance from PyVarObject types like 'bytes' is not currently supported
11:
5
: inheritance from PyVarObject types like 'str' is not currently supported
5:
19
: inheritance from PyVarObject types like 'tuple' is not currently supported
8:
19
: inheritance from PyVarObject types like 'bytes' is not currently supported
11:
17
: inheritance from PyVarObject types like 'str' is not currently supported
"""
This diff is collapsed.
Click to expand it.
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