]> granicus.if.org Git - python/commit
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (#3102)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Aug 2017 12:33:06 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2017 12:33:06 +0000 (14:33 +0200)
commitffbb6f7334ccf54f09dcc9e760766d861928f13e
tree03de538f497ce1a8ec89a3004840d0934a273de1
parent78c66a641a0d4fe61356ebfae8772e4fae24dcb7
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (#3102)

Use only the LongLong form for the conversions

(cherry picked from commit 50e86033de85294d87b7e942701d456342abde8e)
Modules/posixmodule.c