]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add some debugging features if DEBUG defined
authorGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:29:45 +0000 (20:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:29:45 +0000 (20:29 +0000)
commit99bec95482db5a395f450c972e5d947af42a01fd
tree3026abb17a54e8a4708a26a67b1559721e8b163f
parent59bff399a08b29b93b9d87c422f7077fc75c2a2a
Add some debugging features if DEBUG defined
(fetch the filename as a string so I can see it with dbx, and set f_lineno);
call abort() when detecting an "undetected" error.
Python/ceval.c