We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c7d8d commit 9b2d7a9Copy full SHA for 9b2d7a9
pyproject.toml
@@ -1,3 +1,3 @@
1
[build-system]
2
-requires = ["setuptools", "wheel", "Cython"]
+requires = ["setuptools", "wheel", "cython"]
3
build-backend = "setuptools.build_meta"
rocksdb/_rocksdb.pyx
@@ -1738,6 +1738,7 @@ cdef class DB(object):
1738
copts.in_use = False
1739
del self.cf_options[:]
1740
with nogil:
1741
+ st = self.db.Close()
1742
self.db = NULL
1743
if self.opts is not None:
1744
self.opts.in_use = False
0 commit comments