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: Add const specifier to PySpam_System prototype
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, lbruno, mdehoon
Priority: low Keywords: patch

Created on 2005-04-21 14:15 by lbruno, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PyDocExtExtendingSpamSystemPROTO-const-char.patch lbruno, 2005-04-21 14:15
Messages (3)
msg48254 - (view) Author: Luis Bruno (lbruno) Date: 2005-04-21 14:15
Section 1.12 of Extending & Embedding needs a const
specifier for correct compilation (tested on Fedora
Core 3, py2.3).

Closes #1184380, submitted by bamoore@users.sf.net
msg48255 - (view) Author: Michiel de Hoon (mdehoon) * Date: 2005-04-29 06:07
Logged In: YES 
user_id=488897

Patch looks fine to me. I'll write a patch review to the
python-dev mailing list in support of this patch.
msg48256 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-10 17:09
Logged In: YES 
user_id=1188172

Fixed in r1.33 of Doc/ext/extending.tex.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41886
2005-04-21 14:15:47lbrunocreate