Reimplement the "assert" statement by delegating the exception raising to a RaiseStatNode.
This allows taking advantage of the automatic "with gil" block handling for raising exceptions, allows proper control flow analysis, etc.
Showing
Please register or sign in to comment