bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)

This commit is contained in:
Sergey Fedoseev
2019-08-22 20:28:28 +05:00
committed by Pablo Galindo
parent c4106af38b
commit a38e9d1399
5 changed files with 26 additions and 38 deletions

View File

@@ -295,7 +295,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
# define SIZEOF_FPOS_T 8
# define SIZEOF_HKEY 8
# define SIZEOF_SIZE_T 8
/* configure.ac defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
/* configure.ac defines HAVE_LARGEFILE_SUPPORT iff
sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).
On Win64 the second condition is not true, but if fpos_t replaces off_t
then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64