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.

Created on 2019-05-30 07:48 by jdemeyer, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13677 merged christian.heimes, 2019-05-30 09:01
Messages (2)
msg343953 - (view) Author: Jeroen Demeyer (jdemeyer) * (Python triager) Date: 2019-05-30 07:48
On an older Linux system: ====================================================================== ERROR: test_memfd_create (test.test_os.MemfdCreateTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/src/sage-config/local/src/cpython/Lib/test/test_os.py", line 3128, in test_memfd_create fd = os.memfd_create("Hi", os.MFD_CLOEXEC) OSError: [Errno 38] Function not implemented
msg343959 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2019-05-30 09:27
 New changeset 6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2 by Christian Heimes in branch 'master': bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) https://github.com/python/cpython/commit/6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2 
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81279
2019-06-05 08:32:19vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-30 09:27:11christian.heimessetmessages: + msg343959
2019-05-30 09:01:38christian.heimessetkeywords: + patch
stage: patch review
pull_requests: + pull_request13565
2019-05-30 07:48:01jdemeyercreate