Skip to content
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

_LOAD_ATTR_WITH_HINT should be able to work lock-free in the free-threaded builds #130373

Open
DinoV opened this issue Feb 20, 2025 · 0 comments
Open
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-feature A feature request or enhancement

Comments

@DinoV
Copy link
Contributor

DinoV commented Feb 20, 2025

Feature or enhancement

Proposal:

This is just doing a dictionary lookup, which we can do lock-free. We should do the same thing we do for lock free dict lookups using the hinted location.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

@DinoV DinoV added topic-free-threading type-feature A feature request or enhancement labels Feb 20, 2025
@picnixz picnixz added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants