]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/rbd: make cdef functions not propagate exceptions by default 54807/head
authorMykola Golub <mgolub@suse.com>
Mon, 4 Dec 2023 09:38:56 +0000 (09:38 +0000)
committerMykola Golub <mgolub@suse.com>
Wed, 6 Dec 2023 09:58:28 +0000 (11:58 +0200)
commit5061999d71b27d71ae2d0ce2f49094cb994ff29f
tree5d081e3f219448f1e419e18a4a8ae3fe7fe8101a
parent9e684db9319b145b3043c6cec5d8c35452ea3a93
pybind/rbd: make cdef functions not propagate exceptions by default

Setting legacy_implicit_noexcept compiler directive to True will cause
Cython 3.0 to have the same semantics as Cython 0.x.

Fixes: https://tracker.ceph.com/issues/62140
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit e3156050d0ce9b504ee40d30e98f49a860b7dde5)
src/pybind/rbd/setup.py