• Kirill Smelkov's avatar
    golang: Teach pyerror to be a base class · 78d0c76f
    Kirill Smelkov authored
    It is surprising to have an exception class that cannot be derived from.
    
    Besides, in the future we'll use subclassing from golang.error as an
    indicator that an error is a "well-defined" (in simple words - does not
    need traceback to be interpreted).
    78d0c76f
_golang.pyx 31.5 KB