Terry J. Reedy added the comment:

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.

----------
assignee:  -> terry.reedy
stage:  -> commit review
type:  -> enhancement
versions: +Python 3.6 -Python 2.7, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21703>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to