From: Torsten Landschoff Date: Tue, 6 Aug 2013 15:29:38 +0000 (+0200) Subject: Removed directive_type for gc_no_clear as it can be inferred. X-Git-Tag: 0.20b1~418^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c9dd8425fdc946176bdadbaeef89f33586d57f2;p=platform%2Fupstream%2Fpython-cython.git Removed directive_type for gc_no_clear as it can be inferred. --- 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'),