blob: 3f70168b81069ef848325ac2775819b627926a98 (
plain)
1
2
3
4
|
Prepare Tkinter for C API changes in Tcl 8.7/9.0 to avoid
:class:`_tkinter.Tcl_Obj` being unexpectedly returned
instead of :class:`bool`, :class:`str`,
:class:`bytearray`, or :class:`int`.
|