This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients HWJ, gpolo
Date 2008-09-17.13:08:47
SpamBayes Score 6.7826083e-09
Marked as misclassified No
Message-id <1221656944.46.0.628266327502.issue3835@psf.upfronthosting.co.za>
In-reply-to
Content
The patch attached checks for that when an interpreter is created, not
really at import time but should be enough.

But my real concern is that tkinter thinks it will work properly when
Python is using threads and Tcl wasn't compiled with --enable-threads.
Maybe that was true some time ago or maybe in other platforms, but isn't
the case anymore.
History
Date User Action Args
2008-09-17 13:09:04gpolosetrecipients: + gpolo, HWJ
2008-09-17 13:09:04gpolosetmessageid: <1221656944.46.0.628266327502.issue3835@psf.upfronthosting.co.za>
2008-09-17 13:08:48gpololinkissue3835 messages
2008-09-17 13:08:47gpolocreate