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 eckhardt
Recipients eckhardt, inducer
Date 2009-01-14.19:41:51
SpamBayes Score 0.07606947
Marked as misclassified No
Message-id <1231962115.25.0.935824655218.issue4949@psf.upfronthosting.co.za>
In-reply-to
Content
It's not just that function, at least not in trunk. There are also 
PyErr_SetFromErrnoWithFilename, PyErr_SetFromErrnoWithUnicodeFilename 
and _PyErr_BadInternalCall which should be made const correct, see 
attached patch for trunk.

This patch also fixes some inconsistencies between the documentation 
and warning support functions.
History
Date User Action Args
2009-01-14 19:41:55eckhardtsetrecipients: + eckhardt, inducer
2009-01-14 19:41:55eckhardtsetmessageid: <1231962115.25.0.935824655218.issue4949@psf.upfronthosting.co.za>
2009-01-14 19:41:54eckhardtlinkissue4949 messages
2009-01-14 19:41:54eckhardtcreate