This is more a question than an issue.
Python3 can be embedded in a C/C++ code and so forth can execute python3 code which use sqlite3.
In case we have a C/C++ code using SQLite3-almagamation and at the same time we have python3 calling SQLite via the shared library is the code safe ?
In other words don't we have a risk of conflict between the 2 same code ?