summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-09-07 14:17:15 +0100
committerPablo Galindo <pablogsal@gmail.com>2021-09-07 14:18:28 +0100
commit839d7893943782ee803536a47f1d4de160314f85 (patch)
treedcfe1cd1df7d038d4f435151da94aac8f98a8dd9 /Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst
parentbpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2... (diff)
downloadcpython-839d7893943782ee803536a47f1d4de160314f85.tar.gz
cpython-839d7893943782ee803536a47f1d4de160314f85.tar.bz2
cpython-839d7893943782ee803536a47f1d4de160314f85.zip
Python 3.10.0rc2v3.10.0rc2
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst b/Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst
deleted file mode 100644
index 5c2e4f3e0e6..00000000000
--- a/Misc/NEWS.d/next/Tests/2021-09-06-19-00-29.bpo-45052.yrOK3J.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-``WithProcessesTestSharedMemory.test_shared_memory_basics`` test was
-ignored, because ``self.assertEqual(sms.size, sms2.size)`` line was failing.
-It is now removed and test is unskipped.
-
-The main motivation for this line to be removed from the test is that the
-``size`` of ``SharedMemory`` is not ever guaranteed to be the same. It is
-decided by the platform.