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 terry.reedy
Recipients Decorater, brett.cannon, eric.snow, gvanrossum, ncoghlan, r.david.murray, terry.reedy
Date 2016-07-15.12:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468584502.73.0.911252006667.issue27515@psf.upfronthosting.co.za>
In-reply-to
Content
I am pursuing 1. for 3.6.  The first patch, moving 4 objects from pyshell to run and an import from run to pyshell, reduced a bloated len(sys.modules) from 193 to 156. I hope to get under 100.  I will test 2., separately for each affected tkinter module, for 2.7 and 3.5.
History
Date User Action Args
2016-07-15 12:08:22terry.reedysetrecipients: + terry.reedy, gvanrossum, brett.cannon, ncoghlan, r.david.murray, eric.snow, Decorater
2016-07-15 12:08:22terry.reedysetmessageid: <1468584502.73.0.911252006667.issue27515@psf.upfronthosting.co.za>
2016-07-15 12:08:22terry.reedylinkissue27515 messages
2016-07-15 12:08:22terry.reedycreate