Feature or enhancement
Proposal:
This is an inefficient way to build a tuple:
Py_BuildValue("(OO)", a, b)
This is faster, and more readable:
And if #118222 lands, we could use this even faster variant for length 1 & 2:
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
This is an inefficient way to build a tuple:
This is faster, and more readable:
And if #118222 lands, we could use this even faster variant for length 1 & 2:
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs