Message5245
When I converted PyClass to exposed annotations I fixed the problem
solved by this match, of it not resetting its cached version of values
like __del__ and __getattr__
I've noticed that PyPy seems to emit a RuntimeWarning to the user if
they apply a __del__ to a type after the fact. Since I don't see this
happening very often, that sounds like an ok solution for objects that
didn't have a __del__ in the first place
Though I haven't seen the FinalizerGuardian technique Leo's refering to,
it's probably worth looking into |
|
Date |
User |
Action |
Args |
2009-10-20 05:10:15 | pjenvey | set | messageid: <1256015415.17.0.684408726026.issue1634167@psf.upfronthosting.co.za> |
2009-10-20 05:10:15 | pjenvey | set | recipients:
+ pjenvey, leouserz |
2009-10-20 05:10:15 | pjenvey | link | issue1634167 messages |
2009-10-20 05:10:13 | pjenvey | create | |
|