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