278
278
# The code it generates re-uses a "local" pointer and
279
279
# calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
280
280
# which is NULL safe with PY_DECREF which is not.)
282
282
print 'your version of pyrex "%s". Please upgrade your pyrex' % (
284
284
print 'install. For now, the non-compiled (python) version will'
288
288
add_pyrex_extension('bzrlib._readdir_pyx')
290
290
add_pyrex_extension('bzrlib._chk_map_pyx', libraries=[z_lib])