Skip to content

Commit 89b2cb7

Browse files
committed
gh-143378: clean up unit tests
1 parent 586fbdc commit 89b2cb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_io/test_memoryio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ def test_cow_mutable(self):
860860
def test_write_concurrent_mutation(self):
861861
# Prevent crashes when buf.write() concurrently mutates 'buf'.
862862
# See: https://github.com/python/cpython/issues/143378.
863-
864863
class B:
865864
def __buffer__(self, flags):
866865
memio.close()

0 commit comments

Comments
 (0)