Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b65ff1d

Browse files
committed
merge with 3.4
2 parents 9dedc63 + 9743516 commit b65ff1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ intentional.) If an exception is raised, the caller should do its normal
282282
exception handling (for example, :c:func:`Py_DECREF` owned references and return
283283
an error value).
284284
285-
.. c:function:: int PyErr_WarnEx(PyObject *category, char *message, int stack_level)
285+
.. c:function:: int PyErr_WarnEx(PyObject *category, const char *message, Py_ssize_t stack_level)
286286
287287
Issue a warning message. The *category* argument is a warning category (see
288288
below) or *NULL*; the *message* argument is an UTF-8 encoded string. *stack_level* is a

0 commit comments

Comments
 (0)