enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
81 stars 26 forks source link

Remove safeweakref #514

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

For 7.0, let's remove the deprecated safeweakref helper.

xref: #271

mdickinson commented 1 year ago

@homosapien-lcy Would you be interested in taking a look at this one?

homosapien-lcy commented 1 year ago

Sure, will work on it

homosapien-lcy commented 1 year ago

After some searching, the old module that uses safeweakref now is test_safeweakref. So could we just delete safeweakref and test_safeweakref for this issue?

mdickinson commented 1 year ago

So could we just delete safeweakref and test_safeweakref for this issue?

Yes, exactly.