diff options
author | Guido van Rossum <guido@python.org> | 1997-09-28 05:52:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-28 05:52:41 (GMT) |
commit | 54e2091ba25c449c0b591d92d40ddcb2a9cb153e (patch) | |
tree | 23eaa1a94f7a3f67743a4baac0075f5c42f62f1d /Lib/popen2.py | |
parent | a9f02b8badc3d8c31c10cdd3cebffaa5d2d10c23 (diff) | |
download | cpython-54e2091ba25c449c0b591d92d40ddcb2a9cb153e.zip cpython-54e2091ba25c449c0b591d92d40ddcb2a9cb153e.tar.gz cpython-54e2091ba25c449c0b591d92d40ddcb2a9cb153e.tar.bz2 |
Add an optional hack for threads in Tkinter.
This one works! However it requires using a modified version of
tclNotify.c (provided), which requires access to the Tcl source
to compile it. In order to enable this hack, add the following
to the Setup line for _tkinter:
tclNotify.c -DHAVE_PYTCL_WAITUNTILEVENT -I$(TCL)/generic
where TCL points to the source tree of Tcl 8.0. Other versions
of Tcl are not supported.
The tclNotify.c file is copyrighted by Sun Microsystems; the
licensing terms are in the file license.terms. According to this
file, no further permission to distribute this is required,
provided the file license.terms is included. Hence, I am checking
that in, too.
Diffstat (limited to 'Lib/popen2.py')
0 files changed, 0 insertions, 0 deletions