~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_btree_serializer_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-09-30 18:00:42 UTC
  • mto: (4679.6.1 2.1-export-c-api)
  • mto: This revision was merged to the branch mainline in revision 4735.
  • Revision ID: john@arbash-meinel.com-20090930180042-jgu7vs8259x2qt71
Finish switching the naming to StaticTuple.

This also means stripping out the Keys type, in favor of a StaticTuple that
can reference yet another StaticTuple.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    Py_DECREF_ptr(py_str)
103
103
    return result
104
104
 
105
 
from bzrlib import _keys_type_c
 
105
# from bzrlib import _keys_type_c
106
106
 
107
107
 
108
108
cdef class BTreeLeafParser: