Josh {*()} Rosenberg
Results
2
issues of
Josh {*()} Rosenberg
# Fix issues #86199 and #86795 by centralizing copying of keyword arguments in `PyObject_Call` only when needed ``` gh-86199: `**kwargs` are not copied by the compiler when they are the...
awaiting changes
# Feature or enhancement ### Proposal: Right now, most uses of `PySequence_Fast` are invalid in a nogil context when it is passed an existing `list`; `PySequence_FAST_ITEMS` returns a reference to...
type-feature
interpreter-core
topic-free-threading