Add free-threading optimization for _PyFloat_FromDouble_ConsumeInputs
#129695
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
topic-free-threading
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
The free-threaded build is missing an optimized version of this function. It should generally give a small speedup on code that does binary operations on float objects.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
_PyFloat_FromDouble_ConsumeInputs()
#129697The text was updated successfully, but these errors were encountered: