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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
08cdad19
Commit
08cdad19
authored
Oct 12, 2019
by
Matti Picus
Committed by
Stefan Behnel
Jan 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: document default change (GH-3173)
parent
f95c9c5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
docs/src/userguide/source_files_and_compilation.rst
docs/src/userguide/source_files_and_compilation.rst
+5
-1
No files found.
docs/src/userguide/source_files_and_compilation.rst
View file @
08cdad19
...
...
@@ -713,7 +713,11 @@ Cython code. Here is the list of currently supported directives:
class attribute (hence the name) and will emulate the attributes
of Python functions, including introspections like argument names and
annotations.
Default is False.
Default is True.
.. versionchanged:: 3.0.0
Default changed from False to True
``boundscheck`` (True / False)
If set to False, Cython is free to assume that indexing operations
...
...
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