_LOAD_ATTR_WITH_HINT should be able to work lock-free in the free-threaded builds #130373
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-feature
A feature request or enhancement
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
The text was updated successfully, but these errors were encountered: