278
278
add_pyrex_extension('bzrlib._walkdirs_win32')
282
282
# Pyrex 0.9.4.1 fails to compile this extension correctly
283
283
# The code it generates re-uses a "local" pointer and
284
284
# calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
285
285
# which is NULL safe with PY_DECREF which is not.)
286
288
print 'Cannot build extension "bzrlib._dirstate_helpers_pyx" using'
287
289
print 'your version of pyrex "%s". Please upgrade your pyrex' % (