From ce515221a2a4fe700df90783240b3b8b2186689b Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Fri, 22 Feb 2019 11:39:20 -0800 Subject: [PATCH] Revert "pybind: auto encode/decode cstr" This reverts commit c36d0f1a7de4668eb81075e4a94846cf81fc30cd. Signed-off-by: Neha Ojha --- src/pybind/rados/rados.pyx | 2 +- src/pybind/rbd/rbd.pyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index b95500eb33544..052c491517df8 100644 --- a/src/pybind/rados/rados.pyx +++ b/src/pybind/rados/rados.pyx @@ -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. diff --git a/src/pybind/rbd/rbd.pyx b/src/pybind/rbd/rbd.pyx index 964ce02483a07..452ef3b7c340f 100644 --- a/src/pybind/rbd/rbd.pyx +++ b/src/pybind/rbd/rbd.pyx @@ -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. -- 2.39.5