[issue22565] missing const in declaration of PyErr_WarnEx in C-API docs
New submission from Lars Buitinck: The declaration for PyErr_WarnEx in Doc/c-api/exceptions.rst is missing a const compared to Include/warnings.h. ---------- assignee: docs@python components: Documentation files: pyerr_warnex_const.patch keywords: patch messages: 228657 nosy: docs@python, larsmans priority: normal severity: normal status: open title: missing const in declaration of PyErr_WarnEx in C-API docs versions: Python 3.5 Added file: http://bugs.python.org/file36824/pyerr_warnex_const.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22565> _______________________________________
Roundup Robot added the comment: New changeset 554152c317b4 by Georg Brandl in branch '3.4': Closes #22565: fix argument types of PyErr_WarnEx. https://hg.python.org/cpython/rev/554152c317b4 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22565> _______________________________________
participants (2)
-
Lars Buitinck -
Roundup Robot