This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients martin.panter, python-dev, scoder, serhiy.storchaka, vstinner
Date 2016-08-27.01:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
FYI revision ffcfa4f005a3 removed the code that uses your new _PyStack_AsDict() function, so now there is a compiler warning:

Objects/abstract.c:2313:1: warning: ‘_PyStack_AsDict’ defined but not used [-Wunused-function]
 _PyStack_AsDict(PyObject **stack, Py_ssize_t nkwargs, PyObject *func)
 ^~~~~~~~~~~~~~~
History
Date User Action Args
2016-08-27 01:46:49martin.pantersetrecipients: + martin.panter, scoder, vstinner, python-dev, serhiy.storchaka
2016-08-27 01:46:49martin.pantersetmessageid: <[email protected]>
2016-08-27 01:46:49martin.panterlinkissue27830 messages
2016-08-27 01:46:49martin.pantercreate