Commit dcb7d5e5 authored by Stefan Behnel's avatar Stefan Behnel

more special casing of stdlib modules

parent d1e91664
...@@ -46,8 +46,9 @@ special_directives = [ ...@@ -46,8 +46,9 @@ special_directives = [
'ntpath.py', 'ntpath.py',
'urllib/request.py', 'urllib/request.py',
'plat-*/TYPES.py', 'plat-*/TYPES.py',
'plat-*/IN.py',
'tkinter/_fix.py', 'tkinter/_fix.py',
'lib2to3/refactor.py' 'lib2to3/refactor.py',
'webbrowser.py', 'webbrowser.py',
'shutil.py', 'shutil.py',
'multiprocessing/forking.py', 'multiprocessing/forking.py',
...@@ -67,6 +68,8 @@ special_directives = [ ...@@ -67,6 +68,8 @@ special_directives = [
'multiprocessing/connection.py', 'multiprocessing/connection.py',
'hashlib.py', 'hashlib.py',
'getopt.py', 'getopt.py',
'os.py',
'types.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