[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

Erlend E. Aasland report at bugs.python.org
Mon Mar 7 04:52:55 EST 2022


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

FTR:

$ strings /lib/x86_64-linux-gnu/libtcl8.6.so | grep -E "\<Tcl_Init\>"
Tcl_Init
$ strings /lib/x86_64-linux-gnu/libtk8.6.so | grep -E "\<Tk_Init\>"
Tk_Init

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45847>
_______________________________________


More information about the Python-bugs-list mailing list