Skip to content

Commit

Permalink
disable auto_cpdef for stdlib compilation - too many failures
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 6, 2012
1 parent 4de2055 commit 265b8ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tools/cystdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]

default_directives = dict(
auto_cpdef=True,
auto_cpdef=False, # enable when it's safe, see long list of failures below
binding=True,
set_initial_path='SOURCEFILE')

Expand Down Expand Up @@ -72,8 +72,7 @@
'types.py',
], dict(auto_cpdef=False)),
]

#del special_directives[:]
del special_directives[:] # currently unused

def build_extensions(includes='**/*.py',
excludes=excludes+broken,
Expand Down

0 comments on commit 265b8ba

Please sign in to comment.