Skip to content
Commit 48e52210 authored by Simon Feltman's avatar Simon Feltman
Browse files

Deprecate GLib and GObject threads_init

Remove a handful of Python threading related helper functions
from pyglib and pygobject. The binding internals required
GLib.threads_init to be called for PyGObject to work with
Python threads. This was removed as it should not be a requirement.
Using the Python threading module already initializes threading
for us (PyEval_InitThreads).

https://bugzilla.gnome.org/show_bug.cgi?id=686914
parent 89d05f91
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