(wxpy 2.5.1.5, py 2.3.4, winxp)
I've attached a 20 lines wxPython demo, which demonstrates
how MDIChildFrames w/ 50 textctrl, after 100 cycles,
consumes on average 800kb (as seen from Task Manager's "Mem
Usage" column) of ram. Here's my list of Mem Usage on every
100-cycles testcall:
(in kb)
16188
20016
20748
21564
22352
23124
24316
25080
25832
26600
27400
28176
.
.
and this seems going on and on, confirming the idea of leaks
somewhere inside wxpython, though I haven't tried this on
other platform.
I need this to be fixed since my mdi apps really does a lot
of mdichildframe creation/detroy cycles, and designed to be
long running + minimal shutdown.
--dsw
gbc.py (1.02 KB)