commit | ece916e92ce76cfdbfd208605a6fc827db0fbd52 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Mon Oct 25 21:01:52 2021 +0300 |
committer | GitHub <noreply@github.com> | Mon Oct 25 20:01:52 2021 +0200 |
tree | 5f1986fc91f4b573ce69491dad4e94d3ff6d2622 | |
parent | 81669d1b7bd668d1bd0fab92836e8b5e7976e362 [diff] |
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>