bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
* Constructors of subclasses of some buitin classes (e.g. tuple, list, frozenset) no longer accept arbitrary keyword arguments. * Subclass of set can now define a __new__() method with additional keyword parameters without overriding also __init__().
S
Serhiy Storchaka committed
92bf8691fb78f3484bf2daba836c416efedb1d8d
Parent: 5277ffe
Committed by GitHub <noreply@github.com>
on 9/12/2021, 10:27:50 AM