62
62
# It seems we need to import the definitions so that the pyrex compiler has
63
63
# local names to access them.
64
64
from _static_tuple_c cimport StaticTuple,\
65
import_static_tuple_c, STATIC_TUPLE_ALL_STRING, StaticTuple_New, \
66
66
StaticTuple_Intern, StaticTuple_SET_ITEM, StaticTuple_CheckExact
70
69
# This sets up the StaticTuple C_API functionality
71
70
if import_static_tuple_c() != 0:
72
71
raise ImportError('der borken')