Details
Description
Setting a QQmlAbstractUrlInterceptor causes the Python interpreter to deadlock.
Steps to reproduce:
bash $ pip install PySide2==5.14.1 $ python repro.py sample.qml Done! <PySide2.QtQml.QQmlComponent(0x559ab3a57b50) at 0x7fcb194b1608> $ pip install PySide2==5.14.2 $ python repro.py sample.qml [hangs until killed] $ pip install PySide2==5.15.0 $ python repro.py sample.qml [hangs until killed]