diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-05-06 17:12:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 17:12:51 (GMT) |
commit | 1ff626ebda465931ff3e4922e8e87d586eb6244c (patch) | |
tree | 9398cac06485d2da705e16985f1c4d64f3de42ef /Lib/test/test_asyncgen.py | |
parent | 417dd3aca7bb910691d34e54fee108d7bbc627d3 (diff) | |
download | cpython-1ff626ebda465931ff3e4922e8e87d586eb6244c.zip cpython-1ff626ebda465931ff3e4922e8e87d586eb6244c.tar.gz cpython-1ff626ebda465931ff3e4922e8e87d586eb6244c.tar.bz2 |
gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)
This is an experimental feature, for internal use.
Setting tkinter._debug = True before creating the root window enables
printing every executed Tcl command (or a Tcl command equivalent to the
used Tcl C API).
This will help to convert a Tkinter example into Tcl script to check
whether the issue is caused by Tkinter or exists in the underlying Tcl/Tk
library.
Diffstat (limited to 'Lib/test/test_asyncgen.py')
0 files changed, 0 insertions, 0 deletions