Hacker News new | ask | show | jobs
by HoppyHaus 1059 days ago
The issue is when someone's unattended-upgrades bumps up the version and causes something to come crashing down. The people who need to use nogil should know that they need to, and will now have the ability to enable it
2 comments

> ... unattended-upgrades bumps up the version

Surely, unattended-upgrades should NOT be bumping major versions?

Almost more importantly, it is also possible to force the GIL to remain on with `PYTHONGIL=1`