~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_simple_set_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-10-08 16:01:53 UTC
  • mfrom: (4679.5.2 2.1-static-tuple-no-use)
  • mto: This revision was merged to the branch mainline in revision 4771.
  • Revision ID: john@arbash-meinel.com-20091008160153-krcoicv53v517v7f
Merge in the static-tuple-no-use branch, and bring back the chk_map use.

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