Fixed default buffer arguments with binding [Fixes `bufaccess`] (GH-3164)
* 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
Showing
Please register or sign in to comment