gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)
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.
C
Christopher Chavez committed
94e9585e99abc2d060cedc77b3c03e06b4a0a9c4
Parent: b278c72
Committed by GitHub <noreply@github.com>
on 5/31/2024, 8:23:53 AM