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
1d552268
Commit
1d552268
authored
Oct 25, 2012
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Overflow check docs.
parent
82d16f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docs/src/reference/compilation.rst
docs/src/reference/compilation.rst
+5
-0
No files found.
docs/src/reference/compilation.rst
View file @
1d552268
...
@@ -148,6 +148,11 @@ Cython code. Here is the list of currently supported directives:
...
@@ -148,6 +148,11 @@ Cython code. Here is the list of currently supported directives:
set to ``None``. Otherwise a check is inserted and the
set to ``None``. Otherwise a check is inserted and the
appropriate exception is raised. This is off by default for
appropriate exception is raised. This is off by default for
performance reasons. Default is False.
performance reasons. Default is False.
``overflowcheck`` (True / False)
If set to True, raise errors on overflowing C integer arithmetic
operations. Incurs a slight runtime penalty, but much faster than
using Python ints. Default is False.
``embedsignature`` (True / False)
``embedsignature`` (True / False)
If set to True, Cython will embed a textual copy of the call
If set to True, Cython will embed a textual copy of the call
...
...
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