toga icon indicating copy to clipboard operation
toga copied to clipboard

Ensure that widgets can be garbage collected on each platform

Open samschott opened this issue 1 year ago • 0 comments

This WIP PR starts by adding tests for the garbage collection of widgets. Known issues causing test failures are:

  • Circular references between winforms and Python. Will be fixed by #2066.

Other test failures will need to be investigated.

PR Checklist:

  • [ ] All new features have been tested
  • [ ] All new features have been documented
  • [x] I have read the CONTRIBUTING.md file
  • [x] I will abide by the code of conduct

samschott avatar Aug 19 '23 00:08 samschott