]> granicus.if.org Git - python/commit
Skip a recursion depth check test when running under CPython and have a trace
authorBrett Cannon <bcannon@gmail.com>
Sun, 23 Jan 2011 23:06:05 +0000 (23:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 23 Jan 2011 23:06:05 +0000 (23:06 +0000)
commitc3e8867a41eb5fec045380063d979ebd1933fb90
tree83c24ff9b77ceb594f7f547a6d262376ec4ac407
parent6ef18f4fa38583fef9b4a8bcc37a0ce606d3ad42
Skip a recursion depth check test when running under CPython and have a trace
function set. Otherwise a Python fatal error about hitting an unrecoverable
recursion depth gets triggered.

Closes issue #10985. Code review by Georg Brandl.
Lib/test/test_sys.py