Commit 1fb8fed1 authored by Stefan Behnel's avatar Stefan Behnel

Add comment that 'binding' directive default was changed from False to True in 3.0.

parent 794d21d9
......@@ -169,7 +169,7 @@ def get_directive_defaults():
# Declare compiler directives
_directive_defaults = {
'binding': True,
'binding': True, # was False before 3.0
'boundscheck' : True,
'nonecheck' : False,
'initializedcheck' : True,
......
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