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 louielu, terry.reedy
Date 2017-06-13.14:44:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497365094.73.0.102986102068.issue30642@psf.upfronthosting.co.za>
In-reply-to
Content
The macosx leak came from repeated calls to
    root.createcommand("::tk::mac::OpenDocument", doOpenFile)
in macosx.addOpenEventSupport(root, flist), which is called from macosx.setupApp, which is called in test_macosx.SetupTest.test_setupapp.

Attached is an improved version of findleak.py, which made it easy to isolate one test file by renaming, repeatedly determine whether the leak remained after modifying either macosx.py or test_macosx.py, and revert all the other names when done.
History
Date User Action Args
2017-06-13 14:44:54terry.reedysetrecipients: + terry.reedy, louielu
2017-06-13 14:44:54terry.reedysetmessageid: <1497365094.73.0.102986102068.issue30642@psf.upfronthosting.co.za>
2017-06-13 14:44:54terry.reedylinkissue30642 messages
2017-06-13 14:44:54terry.reedycreate