Commit 45287740 authored by Robert Bradshaw's avatar Robert Bradshaw

Disable fastgil again.

parent 99a8baf7
......@@ -176,7 +176,7 @@ _directive_defaults = {
'unraisable_tracebacks': True,
'old_style_globals': False,
'np_pythran': False,
'fast_gil': True, # TODO(robertwb): Consider changing the default before releasing.
'fast_gil': False,
# set __file__ and/or __path__ to known source/target path at import time (instead of not having them available)
'set_initial_path' : None, # SOURCEFILE or "/full/path/to/module"
......
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