pypdfium2-team / ctypesgen

Wrapper generator for Python ctypes
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Work towards library handle sharing #2

Closed mara004 closed 9 months ago

mara004 commented 9 months ago

The intent behind this is to be able to share library handles with --no-embed-preamble in the future, through a dedicated file. With the idea in mind to bind to same-library headers separately without repeated library loading.

pypdfium2 adaptation is at https://github.com/pypdfium2-team/pypdfium2/tree/ctypesgen_library_sharing