/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/_readdir_pyx.pyx

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 18:34:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610183412-s9fro6la0e1848x6
More moves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
cdef extern from 'Python.h':
82
82
    int PyErr_CheckSignals() except -1
83
83
    char * PyString_AS_STRING(object)
84
 
    ctypedef int Py_ssize_t # Required for older pyrex versions
85
84
    ctypedef struct PyObject:
86
85
        pass
87
86
    Py_ssize_t PyString_Size(object s)