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
Gwenaël Samain
cython
Commits
3e866e89
Commit
3e866e89
authored
Apr 02, 2011
by
Haoyu Bai
Committed by
Robert Bradshaw
Apr 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set py2_import directive so imports in Cython source code not forced to absolute
parent
dd3db415
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Cython/Compiler/Code.py
Cython/Compiler/Code.py
+1
-1
Cython/Compiler/Lexicon.py
Cython/Compiler/Lexicon.py
+1
-1
Cython/Compiler/Parsing.py
Cython/Compiler/Parsing.py
+1
-1
Cython/Compiler/Scanning.py
Cython/Compiler/Scanning.py
+1
-1
No files found.
Cython/Compiler/Code.py
View file @
3e866e89
# cython: language_level = 3
# cython: language_level = 3
, py2_import=True
#
#
# Pyrex - Code output module
# Pyrex - Code output module
#
#
...
...
Cython/Compiler/Lexicon.py
View file @
3e866e89
# cython: language_level=3
# cython: language_level=3
, py2_import=True
#
#
# Cython Scanner - Lexical Definitions
# Cython Scanner - Lexical Definitions
#
#
...
...
Cython/Compiler/Parsing.py
View file @
3e866e89
# cython: auto_cpdef=True, infer_types=True, language_level=3
# cython: auto_cpdef=True, infer_types=True, language_level=3
, py2_import=True
#
#
# Pyrex Parser
# Pyrex Parser
#
#
...
...
Cython/Compiler/Scanning.py
View file @
3e866e89
# cython: infer_types=True, language_level=3
# cython: infer_types=True, language_level=3
, py2_import=True
#
#
# Cython Scanner
# Cython Scanner
#
#
...
...
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