17
17
"""Interface definition of a class to intern StaticTuple objects."""
22
19
cdef extern from "Python.h":
23
20
ctypedef struct PyObject:
26
27
cdef public api class StaticTupleInterner [object StaticTupleInternerObject,
27
28
type StaticTupleInterner_type]: