[issue37098] test_memfd_create() test failure

Jeroen Demeyer report at bugs.python.org
Thu May 30 03:48:02 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

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

----------
components: Tests
messages: 343953
nosy: ZackerySpytz, christian.heimes, jdemeyer
priority: normal
severity: normal
status: open
title: test_memfd_create() test failure
type: behavior
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37098>
_______________________________________


More information about the Python-bugs-list mailing list