FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstance()` influence whether `issubclass()` raises an exception by AlexWaygood · Pull Request #104559 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-104555: Runtime-checkable protocols: Don't let previous calls to isinstance() influence whether issubclass() raises an exception
- #104559
#104559
Merged
AlexWaygood
merged 12 commits into
python:main
python/cpython:main
from
AlexWaygood:fix-runtime-protocols
AlexWaygood/cpython:fix-runtime-protocols
Copy head branch name to clipboard
May 17, 2023
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-104555: Runtime-checkable protocols: Don't let previous calls to isinstance() influence whether issubclass() raises an exception
#104559
AlexWaygood
merged 12 commits into
python:main
python/cpython:main
from
AlexWaygood:fix-runtime-protocols
AlexWaygood/cpython:fix-runtime-protocols
Copy head branch name to clipboard
Commits
Commits on May 16, 2023
gh-104555: Sidestep the ABCMeta.__instancecheck__ cache in typing._ProtocolMeta.__instancecheck__
AlexWaygood
committed
2601138
View commit details
Copy full SHA for 2601138
Browse repository at this point
Simplify test
AlexWaygood
committed
f3a4551
View commit details
Copy full SHA for f3a4551
Browse repository at this point
Optimise
AlexWaygood
committed
714badc
View commit details
Copy full SHA for 714badc
Browse repository at this point
who needs codespell when we have carl
Show description for 04ed974
AlexWaygood
and
carljm
authored
04ed974
View commit details
Copy full SHA for 04ed974
Browse repository at this point
Merge branch 'fix-runtime-protocols' of https://github.com/AlexWaygood/cpython into fix-runtime-protocols
AlexWaygood
committed
9c5c75f
View commit details
Copy full SHA for 9c5c75f
Browse repository at this point
be more careful
AlexWaygood
committed
49373a9
View commit details
Copy full SHA for 49373a9
Browse repository at this point
Add comment
AlexWaygood
committed
e114fe9
View commit details
Copy full SHA for e114fe9
Browse repository at this point
Commits on May 17, 2023
Add more failing tests (thanks sunmy2019!)
AlexWaygood
committed
b5cc9cd
View commit details
Copy full SHA for b5cc9cd
Browse repository at this point
Better fix
AlexWaygood
committed
5f72b82
View commit details
Copy full SHA for 5f72b82
Browse repository at this point
Improve comments
AlexWaygood
committed
bb56e13
View commit details
Copy full SHA for bb56e13
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
430cacd
View commit details
Copy full SHA for 430cacd
Browse repository at this point
Apply suggestions from code review
Show description for f9273fc
AlexWaygood
and
carljm
authored
f9273fc
View commit details
Copy full SHA for f9273fc
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL