The source project of this merge request has been removed.
Fix crash on creating fluid domain with python 3.12.
- Python 3.12 now enforces that
PyImport_AppendInittabshould not be used afterPy_Initializehas been called. See https://github.com/python/cpython/commit/7f3a4b967cfb1596a3fda6c34f900f8586b16700. - Fixes #18 (closed).