X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..976d8e49a3e4523566c05794a7bf1771b70eb1cd:/mLib.pyx diff --git a/mLib.pyx b/mLib.pyx index 6b8b2ea..2016173 100644 --- a/mLib.pyx +++ b/mLib.pyx @@ -23,11 +23,13 @@ ### along with mLib/Python; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -###----- External stuff ----------------------------------------------------- +###-------------------------------------------------------------------------- +### External stuff. include 'defs.pxi' -###----- Various facilities ------------------------------------------------- +###-------------------------------------------------------------------------- +### Various facilities. ## Internal utilities. include 'utils.pyx' @@ -77,7 +79,8 @@ include 'selbuf.pyx' include 'selpk.pyx' include 'ident.pyx' -###----- Set-up stuff ------------------------------------------------------- +###-------------------------------------------------------------------------- +### Set-up stuff. cdef object _tyobj(PyTypeObject *ty): cdef PyObject *obj