more special casing of stdlib modules, make sure we enable function 'binding'
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Nov 2012 18:36:18 +0000 (19:36 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Nov 2012 18:36:18 +0000 (19:36 +0100)
Tools/cystdlib.py

index d55d349..559fbb3 100644 (file)
@@ -31,6 +31,7 @@ broken = [
 
 default_directives = dict(
     auto_cpdef=True,
+    binding=True,
     set_initial_path='SOURCEFILE')
 
 special_directives = [
@@ -44,6 +45,8 @@ special_directives = [
       'plat-linux/TYPES.py',
       'tkinter/_fix.py',
       'lib2to3/refactor.py'
+      'webbrowser.py',
+      'multiprocessing/forking.py',
      ], dict(auto_cpdef=False)),
 ]