Removed directive_type for gc_no_clear as it can be inferred.
authorTorsten Landschoff <torsten.landschoff@dynamore.de>
Tue, 6 Aug 2013 15:29:38 +0000 (17:29 +0200)
committerTorsten Landschoff <torsten.landschoff@dynamore.de>
Tue, 6 Aug 2013 15:29:38 +0000 (17:29 +0200)
Cython/Compiler/Options.py

index 0b5932f..64f845a 100644 (file)
@@ -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'),