~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-12 19:51:59 UTC
  • mfrom: (4679.5.11 2.1-static-tuple-no-use)
  • Revision ID: pqm@pqm.ubuntu.com-20091012195159-n0de3utv1q92agvg
(jam) Implement a StaticTuple() class,
        with lighter memory and not in Python's GC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
ext_modules.append(Extension('bzrlib._patiencediff_c',
302
302
                             ['bzrlib/_patiencediff_c.c']))
303
303
add_pyrex_extension('bzrlib._simple_set_pyx')
304
 
 
 
304
ext_modules.append(Extension('bzrlib._static_tuple_c',
 
305
                             ['bzrlib/_static_tuple_c.c']))
305
306
 
306
307
if unavailable_files:
307
308
    print 'C extension(s) not found:'