Ronen Botzer
                                            Ronen Botzer
                                        
                                    We're investigating this, and so far it doesn't seem the GIL and grabbed and released incorrectly, but it would be good if you can post some reproducible code we can...
We pre-released client [2.0.0](https://github.com/aerospike/aerospike-client-python/releases/tag/2.0.0) in this repo. Can you please clone and build it from source with `python setup.py install`? We'd like to get some feedback ahead of publishing the...
The client compiles with the CPython interpreter versions 2.6 and 2.7. See the [PyPI repo](https://pypi.python.org/pypi/aerospike/) for more details, and the [README](https://github.com/aerospike/aerospike-client-python/blob/master/README.rst).
Well, it's a C extension for CPython, meaning it uses its C API. PyPy runs pure Python code, so it cannot use our module. I'm looking into ways of getting...
If you can get such a project going I'd be happy to promote it. I was looking into CFFI as a more generic solution, since it works with more runtimes...
Feel free to contribute code, but maybe your contribution is a joke so good you made yourself laugh? Hard to tell.
Definitely, thanks.
Clarified shm in the API reference. Still need to overhaul the quick guide on aerospike.com.
This is a repeat of #53 and there's a lot of information there . Try to upgrade to the latest version of pip if you're on OS X, then use...
Just upgrading pip doesn't fully do it if you still have an old version of setuptools. Quite a slog. You want to end up with a version of pip >=...