Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • mpconfig.h
Find file Blame History Permalink
  • Paul Sokolovsky's avatar
    py: Correctly set sys.maxsize value for 64-bit. · 722e5627
    Paul Sokolovsky authored Sep 06, 2014
    Type representing signed size doesn't have to be int, so use special value
    which defaults to SSIZE_MAX, but as it's not defined by C standard (but rather
    by POSIX), allow ports to set it.
    722e5627