]> granicus.if.org Git - python/commit
Improve the exceptions raised by PyErr_BadInternalCall(); adding the
authorFred Drake <fdrake@acm.org>
Thu, 24 Aug 2000 22:38:39 +0000 (22:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 24 Aug 2000 22:38:39 +0000 (22:38 +0000)
commit6d63adfbb7e97b218bede1052d3826b3461e9c59
treea586109a41da3627dee96786ace955b43e58db43
parent9ed49e979f342d0341d0208ea1ee12ad80835a91
Improve the exceptions raised by PyErr_BadInternalCall(); adding the
filename and line number of the call site to allow esier debugging.

This closes SourceForge patch #101214.
Include/pyerrors.h
Python/errors.c