Reduce the code overhead of exception raising in generated Cython code and the...
Reduce the code overhead of exception raising in generated Cython code and the memoryview code by avoiding explicit calls to create the exception and prepared constant argument tuples. "raise Exc, message" can do this implicitly.
Showing
Please register or sign in to comment