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-132042: Prebuild mro_dict for find_name_in_mro to speedup class creation#132618
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
Open
sergey-miryanov wants to merge27 commits intopython:mainChoose a base branch fromsergey-miryanov:gh-132042-precalc-mro-dict
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
197615e
Prebuild mro_dict for find_name_in_mro
sergey-miryanovb7842e0
Simplify find_name_in_mro_new and add some comments
sergey-miryanova7a978c
Fix comment for find_namd_in_mro becase it returns strong ref now
sergey-miryanovb870751
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanova64d3a0
Allow fixup_slot_dispatchers fails
sergey-miryanov7e067e3
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanov88a19d5
Revert "Allow fixup_slot_dispatchers fails"
sergey-miryanov860fbe7
Update comment about prebuild MRO-dict
sergey-miryanov52617cb
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanovd46f493
Allow fixup_slot_dispatchers fails
sergey-miryanov8f7750e
Fix test_type_lookup_mro_reference test because it raises exception w…
sergey-miryanov0d17713
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanov7f4c9c7
Update comment about building MRO dict
sergey-miryanov0d5375e
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanov90296f0
Merge branch 'gh-132042-precalc-mro-dict' of github.com:sergey-miryan…
sergey-miryanov26bafbf
Remove END_TYPE_LOCK from fixup_slot_dispatchers
sergey-miryanov23aaee0
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanov74eabaf
Trying to fix build
sergey-miryanov63ab044
Fix build
sergey-miryanovda778df
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanovb9a1208
Fix merge conflicts
sergey-miryanov39f987b
Fix merge conflicts
sergey-miryanovede356d
Merge branch 'main' into gh-132042-precalc-mro-dict
sergey-miryanovb3874ce
Replace lock with assert
sergey-miryanov9cd3902
Fix fixup_slot_dispatchers definition
sergey-miryanovce1ed2c
Revert "Replace lock with assert"
sergey-miryanovc71c8be
Replace lock with assert
sergey-miryanovFile 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
Merge branch 'main' intogh-132042-precalc-mro-dict
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitda778df5b508010cdb12d5e5efa763e757ba30db
There are no files selected for viewing
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
You are viewing a condensed version of this merge commit. You can view thefull changes here.
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.