diff options
author | Christopher Chavez <chrischavez@gmx.us> | 2023-06-06 06:52:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 06:52:07 (GMT) |
commit | 00d73caf804c0474980e471347d6385757af975f (patch) | |
tree | 32114c1324f0639a2921cf54bfa62eb218f0d69c /Misc/NEWS.d/next | |
parent | 852348ab65783601e0844b6647ea033668b45c11 (diff) | |
download | cpython-00d73caf804c0474980e471347d6385757af975f.zip cpython-00d73caf804c0474980e471347d6385757af975f.tar.gz cpython-00d73caf804c0474980e471347d6385757af975f.tar.bz2 |
gh-104399: Use newer libtommath APIs when necessary (GH-104407)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-11-23-03-00.gh-issue-104399.MMatTP.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-11-23-03-00.gh-issue-104399.MMatTP.rst b/Misc/NEWS.d/next/Library/2023-05-11-23-03-00.gh-issue-104399.MMatTP.rst new file mode 100644 index 0000000..84cc888 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-11-23-03-00.gh-issue-104399.MMatTP.rst @@ -0,0 +1,4 @@ +Prepare the ``_tkinter`` module for building with Tcl 9.0 and future +libtommath by replacing usage of deprecated functions +:c:func:`mp_to_unsigned_bin_n` and :c:func:`mp_unsigned_bin_size` +when necessary. |