This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, nanjekyejoannah, pablogsal, serhiy.storchaka, vstinner
Date 2019-09-30.07:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569829461.02.0.233147326042.issue38319@roundup.psfhosted.org>
In-reply-to
Content
Oh, it's likely a regression caused by:

commit 5bcc6d89bcb622a6786fff632fabdcaf67dbb4e2
Author: Giampaolo Rodola <g.rodola@gmail.com>
Date:   Mon Sep 30 12:51:55 2019 +0800

    bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676)


> https://buildbot.python.org/all/#/builders/103/builds/3162

configure:

checking for sendfile... yes
checking whether to enable large file support... yes

pythoninfo:

platform.libc_ver: glibc 2.29
platform.platform: Linux-4.19.72-gentoo-i686-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_5000+-with-glibc2.29
History
Date User Action Args
2019-09-30 07:44:21vstinnersetrecipients: + vstinner, giampaolo.rodola, serhiy.storchaka, pablogsal, nanjekyejoannah
2019-09-30 07:44:21vstinnersetmessageid: <1569829461.02.0.233147326042.issue38319@roundup.psfhosted.org>
2019-09-30 07:44:21vstinnerlinkissue38319 messages
2019-09-30 07:44:20vstinnercreate