]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45548: Add missing extensions to Modules/Setup (GH-29199)
authorChristian Heimes <christian@python.org>
Mon, 25 Oct 2021 18:01:52 +0000 (21:01 +0300)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 18:01:52 +0000 (20:01 +0200)
commitece916e92ce76cfdbfd208605a6fc827db0fbd52
tree5f1986fc91f4b573ce69491dad4e94d3ff6d2622
parent81669d1b7bd668d1bd0fab92836e8b5e7976e362
bpo-45548: Add missing extensions to Modules/Setup (GH-29199)

Adds _ctypes, _decimal, _multiprocessing, _posixshmem, _scproxy, _sqlite3,
and _uuid.

Use Makefile variables to build OpenSSL and TCL/TK modules.

Drop ``-lm`` from math lines. Extensions are always linked against libm.

Signed-off-by: Christian Heimes <christian@python.org>
Modules/Setup