mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Revert change f860b7a775c5
Revert change "Issue #27213: Reintroduce checks in _PyStack_AsDict()", pushed by mistake.
This commit is contained in:
parent
2f462a68f9
commit
b8d768b019
3 changed files with 9 additions and 23 deletions
|
|
@ -275,9 +275,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
|||
|
||||
PyAPI_FUNC(PyObject *) _PyStack_AsDict(
|
||||
PyObject **values,
|
||||
Py_ssize_t nkwargs,
|
||||
PyObject *kwnames,
|
||||
PyObject *func);
|
||||
PyObject *kwnames);
|
||||
|
||||
/* Convert (args, nargs, kwargs) into a (stack, nargs, kwnames).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue