Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Sync whatsnew
  • Loading branch information
AlexWaygood committed Apr 7, 2023
commit 713fbf8c192d0730c6a706a2fc031643bc22aa07
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ typing
>>> isinstance(f, HasX)
True
>>> HasX.y = 2
>>> isinstance(f, HasX) # unchanged, even though HasX now also has a `y` attribute
>>> isinstance(f, HasX) # unchanged, even though HasX now also has a "y" attribute
True

This change was made in order to speed up ``isinstance()`` checks against
Expand Down