mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
35b90e8bec
We weren't handling non-positive maxsize values (including the default) properly
in Queue.full(). This change fixes that and adjusts an associated assert.
(cherry picked from commit c5ea8e8e8, AKA gh-135724)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>