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