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
Kirill Smelkov
cython
Commits
9a526c2e
Commit
9a526c2e
authored
Jun 30, 2012
by
scoder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #136 from yarikoptic/master
minor typo
parents
70fa4c77
aab9cb8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/src/reference/compilation.rst
docs/src/reference/compilation.rst
+1
-1
No files found.
docs/src/reference/compilation.rst
View file @
9a526c2e
...
@@ -126,7 +126,7 @@ Cython code. Here is the list of currently supported directives:
...
@@ -126,7 +126,7 @@ Cython code. Here is the list of currently supported directives:
``boundscheck`` (True / False)
``boundscheck`` (True / False)
If set to False, Cython is free to assume that indexing operations
If set to False, Cython is free to assume that indexing operations
([]-operator) in the code will not cause any IndexErrors to be
([]-operator) in the code will not cause any IndexErrors to be
raised. Lists, tuples, and stings are affected only if the index
raised. Lists, tuples, and st
r
ings are affected only if the index
can be determined to be non-negative (or if ``wraparound`` is False).
can be determined to be non-negative (or if ``wraparound`` is False).
Conditions
Conditions
which would normally trigger an IndexError may instead cause
which would normally trigger an IndexError may instead cause
...
...
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