[ctypes-users] Ctypes for static libraries.
Brought to you by:
theller
From: Nan Z. <nan...@gm...> - 2017-07-17 17:42:59
|
Hi Is it possible to modify Ctypes src code locally to support static libraries for Python (the static library is compiled together with Python interpreter)? Since for special reasons, I have to compile everything into one giant Python blob (including Python interpreter, and user Python .py programs(zip section)). Therefore, I cannot use separate .so libraries during my Python blob running. BTW: Python C extension is not considered here, since my clients' code uses Ctypes to bridge there C code for Python. I don't want to change too much in their side. Nan Zhang Best Regards, |