Skip to content

Commit

Permalink
test Queue termination
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 22, 2024
1 parent 9c61838 commit 4f864b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_queue.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from unittest import TestCase


class T(TestCase):
def test(self):
from multiprocessing import Queue
Queue().put(b"0" * 65515)

0 comments on commit 4f864b8

Please sign in to comment.