]> 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:56:40 +0000 (00:56 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 08:56:40 +0000 (10:56 +0200)
commit9d7c5ab6a4ae9d69b39bd16c3195bf6405ddc2d1
tree557e4100a7c0622f28e35a252ee9571ae8b058d2
parentfc6534f205d6b483298c69e7a302ccf475878a4e
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) (GH-23962)

(cherry picked from commit b02ad2458bc127a7afdeef414fa68c9a7f1f32af)

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