Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
gh-101688: Implement types.get_original_bases#101827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
45 commits Select commitHold shift + click to select a range
50707ba
Implement typing.get_orig_class and get_orig_bases
Gobot12344fef9f8
📜🤖 Added by blurb_it.
blurb-it[bot]4cb193d
Apparently my lsp wasn't working
Gobot123444d3ae9
Removing trailing whitespace
Gobot123459e9ac2
Fix test failure
Gobot123420024e9
Merge branch 'main' into orig_class-and-bases
Gobot1234769fdbd
Fix typo
Gobot12347194d3e
Respond to initial review
Gobot1234eeb4475
Remove trailing ws
Gobot1234198dc08
Respond to second round of review
Gobot1234695cf93
Fix typo
Gobot1234cc11033
Fix last few comments
Gobot1234a66282b
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
Gobot1234d3768ba
Merge branch 'main' into orig_class-and-bases
Gobot1234581a91a
Apply suggestions from code review
Gobot1234fb15427
Remove typing.get_orig_class
Gobot123496b9536
Merge remote-tracking branch 'origin/orig_class-and-bases' into orig_…
Gobot12346c38e4d
Remove old test
Gobot1234372bd6b
Rename to get_original_bases
Gobot1234a6fe8ac
Autoformatting is fun
Gobot12342b71b74
Fix more suggestions
Gobot1234e7635c6
Remove rawstring
Gobot123442e1668
Apply suggestions from code review
Gobot12341040478
Fix `test_types` failures
AlexWaygood8085258
Apply suggestions from code review
Gobot1234b9bf4fd
Add a whatsnew entry
Gobot1234ee59cbd
Update Lib/types.py
Gobot1234e5a91a5
Update Doc/library/types.rst
Gobot12347bad429
Merge branch 'main' into orig_class-and-bases
AlexWaygood2a39055
Merge branch 'main' into orig_class-and-bases
Gobot12341ea82be
Remove trailing WS
Gobot12341cb14c2
Fix more trailing WS
Gobot12346f06c52
Fallback to __bases__
Gobot1234689267a
Update missing docs
Gobot12341ae16ea
Apply suggestions from code review
Gobot12343a8619a
Update Doc/library/types.rst
Gobot1234e1d55d6
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
AlexWaygoodbab8cb3
Small tweaks to docs
AlexWaygoodfb9ef70
Use `assert` in docs examples
AlexWaygooddc433c4
Document type.__orig_bases__
Gobot12344268b74
Revert "Document type.__orig_bases__"
Gobot12349f54ac1
Update Doc/library/types.rst
Gobot1234c122b23
Hone docs more
AlexWaygood2134053
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
AlexWaygoodcb21a65
More tests and docs following #103698
AlexWaygoodFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Hone docs more
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitc122b2361f3c5ba459e879ce342ed8cd02ee6229
There are no files selected for viewing
4 changes: 3 additions & 1 deletionDoc/library/types.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.