mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
dc_configure() spawns a background configuration process. It should increase the number of context references so even if we unref the context, it is not dropped until the end of the configuration process. Currently running the test with `pytest tests/test_1_online.py::test_configure_unref` results in segmentation fault.