]> granicus.if.org Git - python/commit
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).
authorxdegaye <xdegaye@gmail.com>
Mon, 22 May 2017 09:15:08 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Mon, 22 May 2017 09:15:08 +0000 (11:15 +0200)
commit50e86033de85294d87b7e942701d456342abde8e
treef45632a188a3e800f7a8c5310433ac8970672e38
parent054e09147aaa6f61aca6cd40c7bf7ce6dc54a04b
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.
Modules/posixmodule.c