This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: missing const in declaration of PyErr_WarnEx in C-API docs
Type: Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, lars, python-dev
Priority: normal Keywords: patch

Created on 2014-10-06 10:54 by lars, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pyerr_warnex_const.patch lars, 2014-10-06 10:54 Add const to PyErr_WarnEx decl in C-API documentation review
Messages (2)
msg228657 - (view) Author: Lars (lars) Date: 2014-10-06 10:54
The declaration for PyErr_WarnEx in Doc/c-api/exceptions.rst is missing a const compared to Include/warnings.h.
msg228658 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-10-06 10:58
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
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66755
2014-10-06 10:58:44python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg228658

resolution: fixed
stage: resolved
2014-10-06 10:54:22larscreate