Avoid excessive inlining of __Pyx_GetBufferAndValidate() helper and only...
Avoid excessive inlining of __Pyx_GetBufferAndValidate() helper and only inline the initial None check through a macro. Assumption is that explicit None assignments to buffer variables are somewhat common to clear data and NULL checks can be eliminated, but everything else takes substantial time anyway.
Showing
Please register or sign in to comment