]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: Hack around the 'ImportError: PyO3 modules may only be initialized once...
authorPaulo E. Castro <pecastro@wormholenet.com>
Sat, 5 Apr 2025 20:47:55 +0000 (21:47 +0100)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:32:23 +0000 (09:32 -0400)
commit717d0a6f3530ad3e07f4423002810327b2addcf1
treef43f66110da1a1fa7e9a81e24121fff7de8a3140
parent098ea518fd6da61d7baa77d91eae8b936d13fdfe
pybind/mgr: Hack around the 'ImportError: PyO3 modules may only be initialized once per interpreter process' issue.

Fixes: https://tracker.ceph.com/issues/64213
Signed-off-by: Paulo E. Castro <pecastro@wormholenet.com>
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/mgr_util.py
src/pybind/mgr/tests/test_tls.py
src/python-common/ceph/pybind/__init__.py [new file with mode: 0644]
src/python-common/ceph/pybind/mgr/__init__.py [new file with mode: 0644]
src/python-common/ceph/pybind/mgr/cryptotools.py [new file with mode: 0644]