Skip to content
Commit 7222a37a authored by Simon Feltman's avatar Simon Feltman
Browse files

Fix reference sharing of gi sub-modules in Python 2

Ensure we add a new reference to sub-modules added to gi._gi. This may
have caused GC errors upon exiting the Python process since a reference was
shared by sys.modules and gi._gi.

https://bugzilla.gnome.org/show_bug.cgi?id=722274
parent 8c838b68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment