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.

Author inducer
Recipients inducer
Date 2009-01-14.18:04:58
SpamBayes Score 1.028541e-05
Marked as misclassified No
Message-id <1231956299.48.0.0179649567226.issue4949@psf.upfronthosting.co.za>
In-reply-to
Content
The "name" argument to PyErr_NewException() should be changed from "char
*" to "const char *". Since the rest of pyerrors.h is const-correct,
this seems like an omission.
History
Date User Action Args
2009-01-14 18:04:59inducersetrecipients: + inducer
2009-01-14 18:04:59inducersetmessageid: <1231956299.48.0.0179649567226.issue4949@psf.upfronthosting.co.za>
2009-01-14 18:04:58inducerlinkissue4949 messages
2009-01-14 18:04:58inducercreate