Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

not really, mock is part of the standardlib in Python 3.something. So moving forward we will not need to install mock explicitly.

I have not idea what is happening. Do you have any ideas why adding the `_blosc_destory` helps or why this scenario leads to a segfault?

Also, why is it unclear whether this is reasonable and/or safe. What might make it unsafe?

What do you want us to do with the pull-request?

Yes, the categorical is the result of a factorization. IIRC in R a Categorical type is actually called _factor_.

I think the categorical type can be implemented as an additional type in an external library, given the Cython-API it would be possible. Some notes on the implementation: The performance...

Please submit a pull-request with a test-case that exposes the issue.

In my experience, slowly reducing the expected accuracy of tests fail regularly is good way to make the test suite more robust over time. Perhaps it would be nice to...