GNOME Bugzilla – Bug 610234
Ensure that functions are thread-safe (use the GIL when needed)
Last modified: 2011-02-09 17:07:45 UTC
For now, most of the functions don't use the GIL. That was consciously skipped. We should fix that.
This should probably be an annotations on functions which can be used on upstream libraries.