You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SLOTS = False, then this works. If SLOTS = True, then it fails:
Traceback (most recent call last):
File "/app/output.s", line 24, in <module>
d.f()
~~~^^
File "/app/output.s", line 20, in f
super().f()
^^^^^^^^^
TypeError: super(type, obj): obj (instance of Derived) is not an instance or subtype of type (Derived).
CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered:
Bug report
Bug description:
If
SLOTS = False
, then this works. IfSLOTS = True
, then it fails:CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: