commit | c3e8867a41eb5fec045380063d979ebd1933fb90 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Jan 23 23:06:05 2011 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Jan 23 23:06:05 2011 +0000 |
tree | 83c24ff9b77ceb594f7f547a6d262376ec4ac407 | |
parent | 6ef18f4fa38583fef9b4a8bcc37a0ce606d3ad42 [diff] |
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.