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 610234 - Ensure that functions are thread-safe (use the GIL when needed)
Ensure that functions are thread-safe (use the GIL when needed)
Status: RESOLVED OBSOLETE
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-17 08:12 UTC by Simon van der Linden
Modified: 2011-02-09 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon van der Linden 2010-02-17 08:12:40 UTC
For now, most of the functions don't use the GIL. That was consciously skipped. We should fix that.
Comment 1 Johan (not receiving bugmail) Dahlin 2010-04-15 01:01:53 UTC
This should probably be an annotations on functions which can be used on upstream libraries.