Message273744
| 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 |
<1472262409.77.0.182927819989.issue27830@psf.upfronthosting.co.za> |
| 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)
^~~~~~~~~~~~~~~ |
|