summaryrefslogtreecommitdiff
path: root/Include/abstract.h
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-09-12 13:30:02 +0200
committerVictor Stinner <victor.stinner@gmail.com>2016-09-12 13:30:02 +0200
commit92011c90edeea1c883b0811039c3c9d102ccfbd9 (patch)
tree7d98518ad903d58efdc821ef6703fc78e9e971ba /Include/abstract.h
parent71eab3d4b3a3f068837c5dada46ae645319e0e8f (diff)
downloadcpython-92011c90edeea1c883b0811039c3c9d102ccfbd9.tar.gz
Revert change f860b7a775c5
Revert change "Issue #27213: Reintroduce checks in _PyStack_AsDict()", pushed by mistake.
Diffstat (limited to 'Include/abstract.h')
-rw-r--r--Include/abstract.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 87483677fd..a94ce660c0 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -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).