cpython: d731dcda2611 (original) (raw)

Mercurial > cpython

changeset 75599:d731dcda2611

Issue #3835: Refuse to use unthreaded Tcl in threaded Python. Patch by Guilherme Polo and Andrew Svetlov. [#3835]

Martin v. Löwis martin@v.loewis.de
date Tue, 13 Mar 2012 13:59:15 -0700
parents 71041c0dedd5
children 505c3b7dc539 b0d3b441f568
files Misc/NEWS Modules/_tkinter.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-)[+] [-] Misc/NEWS 2 Modules/_tkinter.c 7

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Issue #3835: Refuse to use unthreaded Tcl in threaded Python. +

--- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -613,6 +613,13 @@ Tkapp_New(char *screenName, char *classN } #endif #ifdef WITH_THREAD