]> granicus.if.org Git - python/commitdiff
Closes #22565: fix argument types of PyErr_WarnEx.
authorGeorg Brandl <georg@python.org>
Mon, 6 Oct 2014 10:58:00 +0000 (12:58 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 6 Oct 2014 10:58:00 +0000 (12:58 +0200)
Doc/c-api/exceptions.rst

index 33b44390d24ca20d301e8e06f50b9b9e5767cb02..8ad742afefa6168df9ae9fa01836e64ba7045559 100644 (file)
@@ -346,7 +346,7 @@ in various ways.  There is a separate error indicator for each thread.
    use.
 
 
-.. c:function:: int PyErr_WarnEx(PyObject *category, char *message, int stack_level)
+.. c:function:: int PyErr_WarnEx(PyObject *category, const char *message, Py_ssize_t stack_level)
 
    Issue a warning message.  The *category* argument is a warning category (see
    below) or *NULL*; the *message* argument is an UTF-8 encoded string.  *stack_level* is a