]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Dec 2020 08:32:27 +0000 (00:32 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 08:32:27 +0000 (00:32 -0800)
commitdda12ad63e927e93d71462ad77cc84da55bada9b
tree61be139077f23a86ff4499e8f32b49ee4682b8ce
parented48e9e2862971c2e9dcbd9a253477ec3def5e2e
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955)

(cherry picked from commit b02ad2458bc127a7afdeef414fa68c9a7f1f32af)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_tcl.py