• da-woods's avatar
    Fixed default buffer arguments with binding [Fixes `bufaccess`] (GH-3164) · 59cfc984
    da-woods authored
    * Fixed default buffer arguments with binding
    
    They were assigned to global scope, but buffers aren't allowed in
    global scope. To fix, dropped the buffer type from the default value
    
    * Updated reference counting tests in bufaccess
    
    So they now have the new values for binding=True
    59cfc984
ExprNodes.py 538 KB