mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
merge with 3.4
This commit is contained in:
commit
b65ff1d4f3
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ intentional.) If an exception is raised, the caller should do its normal
|
|||
exception handling (for example, :c:func:`Py_DECREF` owned references and return
|
||||
an error value).
|
||||
|
||||
.. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue