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 Saimadhav.Heblikar, jesstess, terry.reedy, vstinner
Date 2016-05-17.02:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463453314.1.0.370464957449.issue21703@psf.upfronthosting.co.za>
In-reply-to
Content
Before looking at this, I ran the leak tests and found a worse problem in the test suite.  I opened #27044 and fixed the problem.

I did not get the 'theme changed' message (msg220243) when running the leak test in the console, but did when running it either the file or test_file as __main__.  In the former case, the process is started by test.regrtest, which ends up calling unittest.  This is how buildbots run.  In the latter case, the process is started by the idlelib file, which calls unittest.
History
Date User Action Args
2016-05-17 02:48:34terry.reedysetrecipients: + terry.reedy, vstinner, jesstess, Saimadhav.Heblikar
2016-05-17 02:48:34terry.reedysetmessageid: <1463453314.1.0.370464957449.issue21703@psf.upfronthosting.co.za>
2016-05-17 02:48:34terry.reedylinkissue21703 messages
2016-05-17 02:48:33terry.reedycreate