blaze / castra

Partitioned storage system based on blosc. **No longer actively maintained.**
BSD 3-Clause "New" or "Revised" License
153 stars 21 forks source link

add lock around blosc(pack) calls #30

Closed mrocklin closed 9 years ago

mrocklin commented 9 years ago

Nevermind. This is probably unnecessary. @esc can you verify that these libraries hold the GIL at least around unsafe parts?

esc commented 9 years ago

Both blosc and bloscpack (which uses blosc) don't release the GIL ever (right now).

esc commented 9 years ago

They used to, but that has changed with version 1.2.5.