[New-bugs-announce] [issue43178] Redundant method overrides in queue

Peleg Shilo report at bugs.python.org
Tue Feb 9 03:40:30 EST 2021


New submission from Peleg Shilo <peleg at minerva.kgi.edu>:

PriorityQueue and LIFOQueue override the _qsize method without actually changing it. They should just inherit it normally.

----------
components: Library (Lib)
messages: 386699
nosy: peleg2
priority: normal
severity: normal
status: open
title: Redundant method overrides in queue
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43178>
_______________________________________


More information about the New-bugs-announce mailing list