SIGN IN SIGN UP

gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)

This replaces `_PyList_FromArraySteal` with `_PyList_FromStackRefSteal`.
It's functionally equivalent, but takes a `_PyStackRef` array instead of
an array of `PyObject` pointers.

Co-authored-by: Ken Jin <kenjin@python.org>
S
Sam Gross committed
ab094d1b2b348f670743f88e52d1a3f2cab5abd5
Parent: 736fe4d
Committed by GitHub <noreply@github.com> on 8/12/2024, 6:49:49 PM