Commit 08cdad19 authored by Matti Picus's avatar Matti Picus Committed by Stefan Behnel

DOC: document default change (GH-3173)

parent f95c9c5c
...@@ -713,7 +713,11 @@ Cython code. Here is the list of currently supported directives: ...@@ -713,7 +713,11 @@ Cython code. Here is the list of currently supported directives:
class attribute (hence the name) and will emulate the attributes class attribute (hence the name) and will emulate the attributes
of Python functions, including introspections like argument names and of Python functions, including introspections like argument names and
annotations. annotations.
Default is False.
Default is True.
.. versionchanged:: 3.0.0
Default changed from False to True
``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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment