X Tutup
Skip to content

gh-145685: Update find_name_in_mro() to return a _PyStackRef#145693

Open
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-145685-find-name-in-mro
Open

gh-145685: Update find_name_in_mro() to return a _PyStackRef#145693
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-145685-find-name-in-mro

Conversation

@colesbury
Copy link
Contributor

@colesbury colesbury commented Mar 9, 2026

This is the first of a few PRs to fix the scaling bottleneck in _PyType_LookupStackRefAndVersion.

@colesbury
Copy link
Contributor Author

NEWS entry will be included in a follow-up when the scaling problem is fixed.

@colesbury colesbury marked this pull request as ready for review March 9, 2026 18:25
@colesbury colesbury requested a review from markshannon as a code owner March 9, 2026 18:25
@colesbury colesbury requested a review from mpage March 9, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup