Skip to content

override connection.register_object to prevent an invocation object from leaking

this addresses issue #519 this issue has been brought up with the Glib and dasbus projects (with patches written for each) and kept getting kicked around. I think that i agree that pygobject is the correct place to fix it, so i present a (tested and working) fix

for the record, this is also recorded as issue 2600 for the glib project as well as PR 81 for the dasbus project (https://github.com/rhinstaller/dasbus/pull/81/commits/eb075c6c9dbca53aeaabc311322d28183dd3c63d)

Merge request reports