commit | df50cebbed06731512543de7fb96137ecb453ab2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 13:59:15 2012 -0700 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 13:59:15 2012 -0700 |
tree | 7e3864b6f32d94dab3e66c9a875b391e19f4128a | |
parent | 5c3c4242375998c1118f9724340a91ef28dd5368 [diff] [blame] |
Issue #3835: Refuse to use unthreaded Tcl in threaded Python. Patch by Guilherme Polo and Andrew Svetlov.
diff --git a/Misc/NEWS b/Misc/NEWS index 8e7ef6f..6d51cba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #3835: Refuse to use unthreaded Tcl in threaded Python. + - Issue #2843: Add new Tk API to Tkinter. - Issue #14184: Increase the default stack size for secondary threads on