From 6c9dd8425fdc946176bdadbaeef89f33586d57f2 Mon Sep 17 00:00:00 2001 From: Torsten Landschoff Date: Tue, 6 Aug 2013 17:29:38 +0200 Subject: [PATCH] Removed directive_type for gc_no_clear as it can be inferred. --- Cython/Compiler/Options.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Options.py b/Cython/Compiler/Options.py index 0b5932f..64f845a 100644 --- a/Cython/Compiler/Options.py +++ b/Cython/Compiler/Options.py @@ -202,7 +202,6 @@ directive_types = { 'ccall' : None, 'cclass' : None, 'returns' : type, - 'no_gc_clear': bool, 'set_initial_path': str, 'freelist': int, 'c_string_type': one_of('bytes', 'str', 'unicode'), -- 2.7.4