[wxPython] OOR (Original Object Return) - The Fix

That’s okay, I’ve already been paid :slight_smile:

My solution includes a garbage collection scheme that doesn’t need weakrefs
either, but I also was using nested scopes in my lambda expression. If the
lambda expression is fixed, the whole thing would work in earlier versions
of python too.

I mentioned the garbage collection scheme in a previous email to you and it
was conditionally enabled in the previous version I sent you. It would be
nice if these kinds of projects could be coordinated better so that we don’t
waste time and money duplicating effort. I’m open to any suggestions on
how to improve coordination of effort.

Anyway, you are welcome to merge with my stuff if it is of any use, or not.
Of course, I’d like it if you use mine so I can have my name on it :slight_smile:

The cc to my client (jo meder) is somewhat embarrassing, since he now
knows that he just wasted his money on nothing. I would appreciate it
if you would consider taking another look at my module and use it if your
solution is not better in some fundamental way.

Hi Ken,

I guess I should have let you know earlier but few days ago I discovered a
way to take care of the OOR issue in a way that doesn’t need weak refs and
so will work with all versions of Python. I implemented it yesterday and
am

···

testing and tweaking it now. It will be part of 2.3.2.


Robin Dunn