summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-05-31 09:15:53 (GMT)
committerGitHub <noreply@github.com>2024-05-31 09:15:53 (GMT)
commitd4680b9e17815140b512a399069400794dae1f97 (patch)
tree25ecb522b96ee36cfb6b3e3c329941959288c4d0 /Python/errors.c
parentbd0d97ce3497da35d17daa329c294f4cb87196ee (diff)
downloadcpython-d4680b9e17815140b512a399069400794dae1f97.zip
cpython-d4680b9e17815140b512a399069400794dae1f97.tar.gz
cpython-d4680b9e17815140b512a399069400794dae1f97.tar.bz2
[3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831)
Some of standard Tcl types were renamed, removed, or no longer registered in Tcl 8.7/9.0. This change fixes automatic conversion of Tcl values to Python values to avoid returning a Tcl_Obj where the primary Python types (int, bool, str, bytes) were returned in older Tcl. (cherry picked from commit 94e9585e99abc2d060cedc77b3c03e06b4a0a9c4) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions