~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-14 15:57:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4746.
  • Revision ID: john@arbash-meinel.com-20091014155706-zfqfohnjfido8umi
We don't use Py_True anymore either.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    ctypedef int (*visitproc)(PyObject *, void *)
27
27
    ctypedef int (*traverseproc)(PyObject *, visitproc, void *)
28
28
    int Py_EQ
29
 
    PyObject *Py_True
30
29
    void Py_INCREF(PyObject *)
31
30
    void Py_DECREF(PyObject *)
32
31
    ctypedef struct PyTypeObject: