Skip to content

main/python3: give native threads 2MiB stack also

Arnav Singh requested to merge Arnavion/aports:python3-stack into master

Since we give threads started by threading 2MiB stack, we might as well give it to native threads too. In particular this helps with loading libraries like librsvg that have large stack probes.

Ref: https://gitlab.gnome.org/GNOME/librsvg/-/issues/1132

Fixes #16520 (closed)

Merge request reports

Loading