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 jdemeyer
Recipients jdemeyer
Date 2016-03-03.10:25:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457000731.8.0.704951982949.issue26476@psf.upfronthosting.co.za>
In-reply-to
Content
PyErr_BadInternalCall() calls _PyErr_BadInternalCall(__FILE__, __LINE__). Since __FILE__ is a string constant, the first argument of _PyErr_BadInternalCall should be a "const char*" instead of a "char*".

This is a follow-up to #4949. Most of the patch from #4949 was applied, but not the change to _PyErr_BadInternalCall on Python 2.
History
Date User Action Args
2016-03-03 10:25:31jdemeyersetrecipients: + jdemeyer
2016-03-03 10:25:31jdemeyersetmessageid: <1457000731.8.0.704951982949.issue26476@psf.upfronthosting.co.za>
2016-03-03 10:25:31jdemeyerlinkissue26476 messages
2016-03-03 10:25:31jdemeyercreate