Ability to weakly reference an instance of a class lost due to mutliple inheritance #95710
Labels
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
This is related to #95589 due to underlying mechanism, but the behavior is distinct.
If I can weakly reference an instance of
C
, then I should be able to weakly reference an instance ofD
. Instances ofD
are instances ofC
The text was updated successfully, but these errors were encountered: