]> granicus.if.org Git - python/commit
- added (long) casts to a couple of Py_BuildValue calls,
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 13:16:13 +0000 (13:16 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 13:16:13 +0000 (13:16 +0000)
commit5cccf50931e9b8295e4fcd8b84bd2724c5c6b15b
tree24af75952e3bb2ddc3b7edf7f882d930bfc54363
parente25cfd866297fa1a15832b1bd6e25ec457a39c9f
- added (long) casts to a couple of Py_BuildValue calls,
  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.
Modules/mmapmodule.c