]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/rgw: s/bool/bint/
authorKefu Chai <kchai@redhat.com>
Thu, 3 Dec 2020 08:04:19 +0000 (16:04 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Dec 2020 14:09:21 +0000 (22:09 +0800)
commita05f62428818f10bc9600f22d28f8157bd541d0e
treea0791468b2620b6b8e135d0779d3638f7cdbec0c
parentea80b9b40e13ffd2c47a62a2dadc9bbd4df83f9d
pybind/rgw: s/bool/bint/

when compile a pure python cythonized binding, bool is not defined
because, i think, Cython does not include <stdbool.h> by default.
so use bint indead.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/rgw/rgw.pyx