1.4.27
move down py/impl/XYZ to py/_XYZ
backout e2bc0b67063e
rather than monkeypatching use a copy of the involved code for traceback.format_exception_only and simplify invocation places.
fix pytest issue 589: when checking if we have a recursion error check for the specific "maximum recursion depth" text of the exception.
source:getstatementrange_ast: search the code block end from the beginning, not from the end