gh-92810: Cover ABCMeta instancecheck/subclasscheck with more tests#144941
gh-92810: Cover ABCMeta instancecheck/subclasscheck with more tests#144941dolfinus wants to merge 2 commits intopython:mainfrom
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Note: I've covered case with I also haven't found any evidence that it is used in the wild, by using Github search. |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
As proposed in #131914 (comment), extracted new tests from #131914 and #141171 into dedicated PR
_abc._abc_subclasscheckhas very poor performance and (I think) a memory leak #92810