~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_simple_set_pyx.pyx

Merge the 2.1-simple-set branch

But revert the changes to bzrlib/_btree_serializer_pyx.pyx that didn't end up in that branch.
And restore the export and import headers.

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()