After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529611 - Do not raise exceptions on import time
Do not raise exceptions on import time
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Eitan Isaacson
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-04-23 20:45 UTC by Eitan Isaacson
Modified: 2019-03-27 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.00 KB, patch)
2008-04-23 20:47 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2008-04-23 20:45:47 UTC
Raising exceptions is not very convenient when importing pyatspi, instead, wait until we do some operations on the registry, like start() or register event listeners.
Comment 1 Eitan Isaacson 2008-04-23 20:47:18 UTC
Created attachment 109787 [details] [review]
Proposed patch

This patch raises exceptions whenever an attribute is accessed from pyatspi.Registry when we could not find/activate a registry.