Skip to content

Commit 0b0f494

Browse files
review: update Lib/test/test_free_threading/test_collections.py
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
1 parent 2e15be5 commit 0b0f494

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_free_threading/test_collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def mutate():
5353
class TestCounter(unittest.TestCase):
5454
def test_update_concurrent(self):
5555
# gh-151633: concurrent Counter.update calls must not cause use-after-free
56-
# under free-threading.
5756
NTHREADS = 4
5857
PER_THREAD = 5000
5958
c = Counter()

0 commit comments

Comments
 (0)