GNOME Bugzilla – Bug 795555
Use get_introspection_module to get the module object
Last modified: 2018-04-28 07:36:00 UTC
The pygobject overrides should use get_introspection_module rather than poking at the modules list directly. It's way cleaner, and accessing the list directly is not reliable as the object may not be defined yet. Patch coming. https://gitlab.gnome.org/GNOME/pygobject/commit/e9624ed1d38c777de2b430e3b0fbae2acbf34956 https://bugs.debian.org/896241
Created attachment 371399 [details] [review] overrides: use get_introspection_module Btw this seems to be available since pygobject 3.8. Maybe it's time to bump the requirement?
Attachment 371399 [details] pushed as e84b9b0 - overrides: use get_introspection_module
Also bumped the dependency
Backported both to 1.14 as it breaks the bindings on Debian at least, so probably widely causes problems