]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 31 Mar 2022 10:19:08 +0000 (12:19 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 10:19:08 +0000 (03:19 -0700)
commitb36d222110d0d6d84dc8e973ca87d976c2423f5d
tree400ef6d69aad09d5e95ad89b64f56c60959bf175
parent7fc39a21cb85163a456eab91b52e5fe85e7f7e3e
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)

- Remove ``--with-tclk-*`` options from `configure`
- Use pkg-config to detect `_tkinter` dependencies (Tcl/Tk, X11)
- Manual override via environment variables `TCLTK_CFLAGS` and `TCLTK_LIBS`
Doc/using/configure.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.9.rst
Makefile.pre.in
Modules/Setup.stdlib.in
configure
configure.ac
pyconfig.h.in
setup.py