~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_simple_set_pyx.pyx

Merge 2.1-export-c-api branch, and bring back the static_tuple code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    void PyMem_Free(void *)
39
39
    void memset(void *, int, size_t)
40
40
 
 
41
 
41
42
cdef object _dummy_obj
42
43
cdef PyObject *_dummy
43
44
_dummy_obj = object()