mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
ab094d1b2b
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>
Miscellaneous source files for the main Python shared library