We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2019-06-05.08:32:19.952> created_at = <Date 2019-05-30.07:48:01.984> labels = ['3.8', 'type-bug', 'tests', '3.9'] title = 'test_memfd_create() test failure' updated_at = <Date 2019-06-05.08:32:19.952> user = 'https://github.com/jdemeyer'
bugs.python.org fields:
activity = <Date 2019-06-05.08:32:19.952> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-06-05.08:32:19.952> closer = 'vstinner' components = ['Tests'] creation = <Date 2019-05-30.07:48:01.984> creator = 'jdemeyer' dependencies = [] files = [] hgrepos = [] issue_num = 37098 keywords = ['patch'] message_count = 2.0 messages = ['343953', '343959'] nosy_count = 3.0 nosy_names = ['christian.heimes', 'jdemeyer', 'ZackerySpytz'] pr_nums = ['13677'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue37098' versions = ['Python 3.8', 'Python 3.9']
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
New changeset 6eb814b by Christian Heimes in branch 'master': bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) 6eb814b
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: