~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Merge fix for bug #583667 from 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
        # The code it generates re-uses a "local" pointer and
292
292
        # calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
293
293
        # which is NULL safe with PY_DECREF which is not.)
294
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/449372>
295
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/276868>
 
294
        # <https://bugs.launchpad.net/bzr/+bug/449372>
 
295
        # <https://bugs.launchpad.net/bzr/+bug/276868>
296
296
        print('Cannot build extension "bzrlib._dirstate_helpers_pyx" using')
297
 
        print('your version of pyrex "%s". Please upgrade your pyrex' % (
298
 
            pyrex_version,))
 
297
        print('your version of pyrex "%s". Please upgrade your pyrex'
 
298
              % (pyrex_version,))
299
299
        print('install. For now, the non-compiled (python) version will')
300
300
        print('be used instead.')
301
301
    else: