[PR PATCH] [Closed]: Python2 python3 linkage issues rebase

github at samba.org github at samba.org
Thu Apr 26 09:17:52 UTC 2018


There's a closed pull request on the Samba Samba Github repository

Python2 python3 linkage issues rebase
https://github.com/samba-team/samba/pull/157
Description: This patch set ensures any py3 (or whatever is specified with --extra-python) built components like the correct libraries and objects, e.g. any py3 c-module built shouldn't directly (or indirectly) link in something that would cause both libpython2 and libpython3 to both linked. Additionally the grouping library (which doesn't seem to be be used) is removed.
In order to ensure the correct libraries are linked a couple of subsystems and libraries that weren't built for py3 (but should have been) are now built (so they can be linked)


More information about the samba-technical mailing list