~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_chk_map_pyx.pyx

start trying to expose everything just from cython.

But I found out the argument is moot. You can't override tp_new (__new__)
to have a custom allocator/StaticTuple() be a singleton.
So I'm going to go back to the C api, and just make the rest
pyrex compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
# It seems we need to import the definitions so that the pyrex compiler has
63
63
# local names to access them.
64
 
from _static_tuple_pyx cimport StaticTuple, StaticTuple_New, \
65
 
    StaticTuple_Intern, StaticTuple_SET_ITEM, StaticTuple_CheckExact
 
64
# from _static_tuple_pyx cimport StaticTuple, StaticTuple_New, \
 
65
#     StaticTuple_Intern, StaticTuple_SET_ITEM, StaticTuple_CheckExact
66
66
 
67
67
 
68
68
cdef object _LeafNode