]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "pybind: auto encode/decode cstr"
authorNeha Ojha <nojha@redhat.com>
Fri, 22 Feb 2019 19:39:20 +0000 (11:39 -0800)
committerNeha Ojha <nojha@redhat.com>
Fri, 22 Feb 2019 19:41:04 +0000 (11:41 -0800)
This reverts commit c36d0f1a7de4668eb81075e4a94846cf81fc30cd.

Signed-off-by: Neha Ojha <nojha@redhat.com>
src/pybind/rados/rados.pyx
src/pybind/rbd/rbd.pyx

index b95500eb33544a6813c0e8430eb1ea164a6bd469..052c491517df838e010923d9094ee6859b21c615 100644 (file)
@@ -1,4 +1,4 @@
-# cython: embedsignature=True, c_string_type=str, c_string_encoding=ascii
+# cython: embedsignature=True
 """
 This module is a thin wrapper around librados.
 
index 964ce02483a07e0b67866391451acee7ebea43e9..452ef3b7c340f8469c17708b2f84d82ceb64bf67 100644 (file)
@@ -1,4 +1,4 @@
-# cython: embedsignature=True, c_string_type=str, c_string_encoding=ascii
+# cython: embedsignature=True
 """
 This module is a thin wrapper around librbd.