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 502925 - Support weak references
Support weak references
Status: RESOLVED FIXED
Product: pyorbit
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Python bindings maintainers
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-10 21:11 UTC by Eitan Isaacson
Modified: 2007-12-11 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed changes (1.49 KB, patch)
2007-12-10 21:12 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2007-12-10 21:11:30 UTC
Python CORBA objects don't support weak references, this is too bad.
Comment 1 Eitan Isaacson 2007-12-10 21:12:13 UTC
Created attachment 100712 [details] [review]
Proposed changes

This patch adds weak reference support.
Comment 2 Gustavo Carneiro 2007-12-11 00:26:34 UTC
Sounds good to me.  Please commit.
Comment 3 Eitan Isaacson 2007-12-11 11:58:36 UTC
This patch has been committed to trunk. Thanks!