Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertion fail on copy_records_to_table
Current implementation misuses `buffertype` argument of `PyMemoryView_GetContiguous()` function. One must pass `PyBUF_READ` or `PyBUF_WRITE` since other options lead to assertion fire (in python debug mode).
- Loading branch information