]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: Hack around the 'ImportError: PyO3 modules may only be initialized once...
authorJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:43 +0000 (19:25 -0400)
committerJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:43 +0000 (19:25 -0400)
commitf9305a1b8c54841435c1936fb14f9511dbb0a2a0
treef089b811777f5e3287aef880e0087079b8a98b16
parent12ae578026164fa4cd79a7d33c58745356afe17f
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>
(cherry picked from commit 717d0a6f3530ad3e07f4423002810327b2addcf1)

Resolves: rhbz#2401206
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]