• Fredrik Lundh's avatar
    - added (long) casts to a couple of Py_BuildValue calls, · 5cccf509
    Fredrik Lundh yazdı
      just for the sake of it.
    
      note that this only covers the unlikely case that size_t
      is smaller than a long; it's probably more likely that
      there are platforms out there where size_t is *larger*
      than a long, and mmapmodule cannot really deal with that
      today.
    5cccf509
mmapmodule.c 20.8 KB