Commit 825fe134 authored by Stefan Behnel's avatar Stefan Behnel

more special casing of stdlib modules, make sure we enable function 'binding'

parent 459e6389
...@@ -31,6 +31,7 @@ broken = [ ...@@ -31,6 +31,7 @@ broken = [
default_directives = dict( default_directives = dict(
auto_cpdef=True, auto_cpdef=True,
binding=True,
set_initial_path='SOURCEFILE') set_initial_path='SOURCEFILE')
special_directives = [ special_directives = [
...@@ -44,6 +45,8 @@ special_directives = [ ...@@ -44,6 +45,8 @@ special_directives = [
'plat-linux/TYPES.py', 'plat-linux/TYPES.py',
'tkinter/_fix.py', 'tkinter/_fix.py',
'lib2to3/refactor.py' 'lib2to3/refactor.py'
'webbrowser.py',
'multiprocessing/forking.py',
], dict(auto_cpdef=False)), ], dict(auto_cpdef=False)),
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment