Skip to content
Snippets Groups Projects
Commit cac62bd46721 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

GH-2564: Enable "binding" directive by default.

parent 950a027dd312
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@
# Declare compiler directives
_directive_defaults = {
'binding': True,
'boundscheck' : True,
'nonecheck' : False,
'initializedcheck' : True,
......@@ -238,8 +239,6 @@
'test_fail_if_path_exists' : [],
# experimental, subject to change
'binding': None,
'formal_grammar': False,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment