~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Fix all comments where bugs.edge.launchpad.net was used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/449372>
287
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/276868>
 
286
        # <https://bugs.launchpad.net/bzr/+bug/449372>
 
287
        # <https://bugs.launchpad.net/bzr/+bug/276868>
288
288
        print 'Cannot build extension "bzrlib._dirstate_helpers_pyx" using'
289
289
        print 'your version of pyrex "%s". Please upgrade your pyrex' % (
290
290
            pyrex_version,)