There was an error while loading. Please reload this page.
1 parent 0763639 commit e51536cCopy full SHA for e51536c
1 file changed
Misc/NEWS.d/next/Library/2026-08-28-00-59-00.gh-issue-156476.rQhxc7.rst
@@ -0,0 +1,3 @@
1
+The pure Python implementation of :meth:`queue.SimpleQueue.get` now ignores
2
+``timeout`` when ``block`` is false, matching the documented behavior and
3
+the C implementation. It previously raised :exc:`ValueError`.
0 commit comments