]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/rbd: make cdef functions not propagate exceptions by default 54670/head
authorMykola Golub <mgolub@suse.com>
Mon, 4 Dec 2023 09:38:56 +0000 (09:38 +0000)
committerMykola Golub <mgolub@suse.com>
Mon, 4 Dec 2023 16:04:55 +0000 (16:04 +0000)
commite3156050d0ce9b504ee40d30e98f49a860b7dde5
tree98873ebd05003e05aa780d8e2bc806518a17fd65
parent55b3be5234f1c670b0c7d3f3a1584af2573d9288
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>
src/pybind/rbd/setup.py