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:
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
......
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