GNOME Bugzilla – Bug 491805
Can't do a del on "None"
Last modified: 2019-03-27 20:11:09 UTC
In _AccessibleMixin.__del__ sometimes we get a TypeError exception when we do: del _ACCESSIBLE_CACHE[hash(self)]. This is because we are getting a "None" which cannot be deleted.
Created attachment 98190 [details] [review] Proposed fix
This has been committed both to the 2.20 branch and to trunk.