Skip to content

Commit

Permalink
more special casing of stdlib modules, make sure we enable function '…
Browse files Browse the repository at this point in the history
…binding'
  • Loading branch information
scoder committed Nov 4, 2012
1 parent 459e638 commit 825fe13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/cystdlib.py
Expand Up @@ -31,6 +31,7 @@

default_directives = dict(
auto_cpdef=True,
binding=True,
set_initial_path='SOURCEFILE')

special_directives = [
Expand All @@ -44,6 +45,8 @@
'plat-linux/TYPES.py',
'tkinter/_fix.py',
'lib2to3/refactor.py'
'webbrowser.py',
'multiprocessing/forking.py',
], dict(auto_cpdef=False)),
]

Expand Down

0 comments on commit 825fe13

Please sign in to comment.