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 jdemeyer
Recipients ZackerySpytz, christian.heimes, jdemeyer
Date 2019-05-30.07:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559202482.0.0.225844714186.issue37098@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-05-30 07:48:02jdemeyersetrecipients: + jdemeyer, christian.heimes, ZackerySpytz
2019-05-30 07:48:02jdemeyersetmessageid: <1559202482.0.0.225844714186.issue37098@roundup.psfhosted.org>
2019-05-30 07:48:01jdemeyerlinkissue37098 messages
2019-05-30 07:48:01jdemeyercreate