]> granicus.if.org Git - python/commit
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2019 02:14:37 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 02:14:37 +0000 (19:14 -0700)
commit5bf3b89dfb57e705733851ec31131c985feeca62
tree26b1cfe5f432496a9bbf66c7ad9de5d972185d9a
parentced9e11931a7a1c5cf4eef08d0dd4a4886723b43
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)

(cherry picked from commit 3f5b9088b0ed08e1442cca37df78f609d5cd8c3c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/queue.py
Lib/test/test_queue.py
Misc/NEWS.d/next/Library/2019-06-25-02-10-00.bpo-37394.srZ1zx.rst [new file with mode: 0644]