main/python3: give native threads 2MiB stack also
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)