[QGIS-Developer] URGENT AS CAN BE: QGIS 3.16.12 and sip 6?

Nyall Dawson nyall.dawson at gmail.com
Tue Nov 2 22:19:00 PDT 2021


On Wed, 3 Nov 2021 at 14:58, Richard Duivenvoorde <rdmailings at duif.net> wrote:
>
> On 11/3/21 2:15 AM, Nathan Woodrow wrote:
> > My download of 3.16.12 is using SIP 5.4.0 it says:
> >
> > image.png
>
> Is that osgeo4w or msi?
>
> How to check?

Looks like it DOES suffer the SIP Python GIL regression. Running this
script in the console will trigger it:

feedback=QgsFeedback()
req= QNetworkRequest(QUrl('https://qgis.org'))
print(QgsBlockingNetworkRequest().get(req,True,feedback))

This works fine on 3.16.11, but hangs on 3.16.12 (and other builds
based on sip > 4)

Nyall



>
> Regards,
>
> Richard
> _______________________________________________
> QGIS-Developer mailing list
> QGIS-Developer at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the QGIS-Developer mailing list