]> granicus.if.org Git - python/commit
Removed another occurrence of PyInt_ExactCheck()
authorChristian Heimes <christian@cheimes.de>
Tue, 4 Dec 2007 21:55:18 +0000 (21:55 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 4 Dec 2007 21:55:18 +0000 (21:55 +0000)
commit0fbab7ff8d2efd92e222fcc13c0aff0998c3c158
treed778d9b9c8bcc2b7486f36faa2b388459d2dafb5
parent3267f8725a9ce338b331ee083a09d4ce12384fc2
Removed another occurrence of PyInt_ExactCheck()
I've modified the semantic of PyTraceBack_Print and sys.tracebacklimit slightly. Overfloats or values <= 0 are replaced with a default value to avoid infinite recursion and other issues.
Python/traceback.c