[Python-checkins] [python/cpython] 50e860: bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for t...

GitHub noreply at github.com
Mon May 22 05:15:10 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 50e86033de85294d87b7e942701d456342abde8e
      https://github.com/python/cpython/commit/50e86033de85294d87b7e942701d456342abde8e
  Author: xdegaye <xdegaye at gmail.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M Modules/posixmodule.c

  Log Message:
  -----------
  bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).

bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).

* Use only the LongLong form for the conversions.




More information about the Python-checkins mailing list