Skip to content

Call PyEval_InitThreads() with PyPy for Python 3.9

Christoph Reiter requested to merge creiter/pygobject:pypy-threads-init into master

In theory it should no longer be needed, but PyPy hasn't updated this part of their implementation yet, and not initing threads will lead to crashes due to missing GIL init.

Merge request reports