/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

Merge fix for bug #583667 from 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
        # The code it generates re-uses a "local" pointer and
289
289
        # calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
290
290
        # which is NULL safe with PY_DECREF which is not.)
291
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/449372>
292
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/276868>
 
291
        # <https://bugs.launchpad.net/bzr/+bug/449372>
 
292
        # <https://bugs.launchpad.net/bzr/+bug/276868>
293
293
        print 'Cannot build extension "bzrlib._dirstate_helpers_pyx" using'
294
294
        print 'your version of pyrex "%s". Please upgrade your pyrex' % (
295
295
            pyrex_version,)