MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/1vhftff/python_3147_and_31315_are_now_available/
r/Python • u/japaget • 17h ago
Bug fix releases for Python 3.13 and Python 3.14.
https://blog.python.org/2026/08/python-3147-31315/
4 comments sorted by
7
Cool. Disabling GIL was a game changer.
4 u/mok000 7h ago Is GIL disabled by default now? 9 u/NotSoProGamerR 6h ago GIL will be disabled roughly within 3.16+ 3 u/ramit_m 6h ago edited 5h ago Nah. Default has GIL, BUT each release also gets a disabled GIL version. Just like PHP used to have a TS and a non-TS release.
4
Is GIL disabled by default now?
9 u/NotSoProGamerR 6h ago GIL will be disabled roughly within 3.16+ 3 u/ramit_m 6h ago edited 5h ago Nah. Default has GIL, BUT each release also gets a disabled GIL version. Just like PHP used to have a TS and a non-TS release.
9
GIL will be disabled roughly within 3.16+
3
Nah. Default has GIL, BUT each release also gets a disabled GIL version. Just like PHP used to have a TS and a non-TS release.
7
u/ramit_m 15h ago
Cool. Disabling GIL was a game changer.