1.4.26
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.
Correct source extraction for else statements