Commit ca96f2e8 authored by Robert Bradshaw's avatar Robert Bradshaw

Due to occasional issues with cleanup on exit, cleanup now disabled by default.

parent 327e0209
......@@ -19,6 +19,8 @@ incref_local_binop = 0
# Decref global variables in this module on exit for garbage collection.
# 0: None, 1+: interned objects, 2+: cdef globals, 3+: types objects
generate_cleanup_code = 1
# Mostly for reducing noise for Valgrind, only executes at process exit
# (when all memory will be reclaimed anyways).
generate_cleanup_code = 0
annotate = 0
\ No newline at end of file
annotate = 0
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