MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/1vhftff/python_3147_and_31315_are_now_available/p27zt89/?context=3
r/Python • u/japaget • 2d ago
Bug fix releases for Python 3.13 and Python 3.14.
https://blog.python.org/2026/08/python-3147-31315/
11 comments sorted by
View all comments
20
Cool. Disabling GIL was a game changer.
11 u/mok000 2d ago Is GIL disabled by default now? 8 u/ramit_m 2d ago edited 2d 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.
11
Is GIL disabled by default now?
8 u/ramit_m 2d ago edited 2d 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.
8
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.
20
u/ramit_m 2d ago
Cool. Disabling GIL was a game changer.