Python bindings for RocksDB
Find a file
hofmockel 6ad545cea0 Fix possible crash if snapshot and DB take part in cyclic gargabe collection
The cyclic garbage collector may choose this snappshot object to break the
cycle. In that case tp_clear will remove the reference to self.db.
So if __dealloc__ of the snapshot is called, self.db is not valid anymore
2014-01-23 08:10:51 +01:00
docs Depend on cython 0.20 to use the @cython.no_gc_clear decorator 2014-01-23 08:06:14 +01:00
rocksdb Fix possible crash if snapshot and DB take part in cyclic gargabe collection 2014-01-23 08:10:51 +01:00
.gitignore Add makefile for docs 2014-01-15 09:16:38 +01:00
README.md Add links to docu and how pip install from github works 2014-01-13 20:03:44 +01:00
setup.py Depend on cython 0.20 to use the @cython.no_gc_clear decorator 2014-01-23 08:06:14 +01:00

pyrocksdb

Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details