On Wed, 3 Nov 2021 at 14:58, Richard Duivenvoorde <[email protected]> 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
> [email protected]
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer