summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-05-30 09:27:06 (GMT)
committerGitHub <noreply@github.com>2019-05-30 09:27:06 (GMT)
commit6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2 (patch)
treea2412a28a0e484b652fb8ea3c78b370800ac47d5 /Misc/NEWS.d
parenteda385c0dca62f97a8ae80feb57c2a51df3c807f (diff)
downloadcpython-6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2.zip
cpython-6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2.tar.gz
cpython-6eb814b8ce9a4fed8773a65501fb96aad8b3ecf2.tar.bz2
bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-05-30-10-57-39.bpo-37098.SfXt1M.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-05-30-10-57-39.bpo-37098.SfXt1M.rst b/Misc/NEWS.d/next/Tests/2019-05-30-10-57-39.bpo-37098.SfXt1M.rst
new file mode 100644
index 0000000..84e06e7
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-05-30-10-57-39.bpo-37098.SfXt1M.rst
@@ -0,0 +1 @@
+Fix test_memfd_create on older Linux Kernels.