Skip to content

[3.13] GH-132380: Add optimization for non-interned type lookup. #132651

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

nascheme
Copy link
Member

@nascheme nascheme commented Apr 17, 2025

Add an optimized implementation of type lookup for names that are non-interned strings. This is only enabled for free-threaded builds since that kind of lookup can cause contention for the global type lock.

@nascheme
Copy link
Member Author

nascheme commented May 8, 2025

Closing, will use a different approach.

@nascheme nascheme closed this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes awaiting core review performance Performance or resource usage topic-free-threading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant