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 koobs
Recipients koobs, pablogsal, vstinner
Date 2019-08-27.11:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566906363.04.0.789109152434.issue37959@roundup.psfhosted.org>
In-reply-to
Content
Hmm... a test checkout of master/default on the host in question has test_copy_file_range{_*} passing:

[user@CURRENT-amd64:/usr/home/user/repos/cpython] ./python -m test -vvv test_os |grep range
...
test_copy_file_range (test.test_os.FileTests) ... ok
test_copy_file_range_invalid_values (test.test_os.FileTests) ... ok
test_copy_file_range_offset (test.test_os.FileTests) ... ok
...
Ran 280 tests in 2.503s

OK (skipped=45)
History
Date User Action Args
2019-08-27 11:46:03koobssetrecipients: + koobs, vstinner, pablogsal
2019-08-27 11:46:03koobssetmessageid: <1566906363.04.0.789109152434.issue37959@roundup.psfhosted.org>
2019-08-27 11:46:03koobslinkissue37959 messages
2019-08-27 11:46:02koobscreate