[New-bugs-announce] [issue43704] ShareableList() raises TypeError when passing "name" keyword

Steve Newcomb report at bugs.python.org
Fri Apr 2 12:28:21 EDT 2021


New submission from Steve Newcomb <srn at coolheads.com>:

This is especially weird because the Python source code says:

class ShareableList:
[...]
   def __init__(self, sequence=None, *, name=None):

----------
components: Library (Lib)
files: shareableListBug.txt
messages: 390080
nosy: steve.newcomb
priority: normal
severity: normal
status: open
title: ShareableList() raises TypeError when passing "name" keyword
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49928/shareableListBug.txt

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


More information about the New-bugs-announce mailing list