Skip to content

Hold the python GIL in the buffer data_pvt call. Closes #130

  • in a multi-threaded environment the python "buffer.data" code did not hold the GIL while calling numpy code to create a buffer. This led to memory corruption.
  • removed some unused code.

Merge request reports