diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-10 09:55:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 09:55:08 (GMT) |
commit | 2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e (patch) | |
tree | dcc5f7fe489f3d0399f6fb5e10363e304db71433 /Misc | |
parent | e9ec71ad2c7a1c83f03e172ba7c9f534912b8ba6 (diff) | |
download | cpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.zip cpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.tar.gz cpython-2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e.tar.bz2 |
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
It has not been true for several years and likely never was.
(cherry picked from commit 6b37d0d5300813de31d66df1c77dad7e1027e4d8)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-05-19-15-59-29.bpo-33479.4cLlxo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-05-19-15-59-29.bpo-33479.4cLlxo.rst b/Misc/NEWS.d/next/Documentation/2018-05-19-15-59-29.bpo-33479.4cLlxo.rst new file mode 100644 index 0000000..db4973d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-05-19-15-59-29.bpo-33479.4cLlxo.rst @@ -0,0 +1,4 @@ +Remove the unqualified claim that tkinter is threadsafe. It has not been +true for several years and likely never was. An explanation of what is true +may be added later, after more discussion, and possibly after patching +_tkinter.c, |