diff options
Diffstat (limited to 'Cython/Compiler/Options.py')
-rw-r--r-- | Cython/Compiler/Options.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cython/Compiler/Options.py b/Cython/Compiler/Options.py index 5ed89b856..4068db7d1 100644 --- a/Cython/Compiler/Options.py +++ b/Cython/Compiler/Options.py @@ -43,9 +43,6 @@ lookup_module_cpdef = 0 # WARNING: This is a work in progress, may currently segfault. init_local_none = 1 -# Append the c file and line number to the traceback for exceptions. -c_line_in_traceback = 1 - # Whether or not to embed the Python interpreter, for use in making a # standalone executable. This will provide a main() method which simply # executes the body of this module. |