this post was submitted on 25 Oct 2023
884 points (90.8% liked)
Programmer Humor
32356 readers
1021 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They've been talking about removing the GIL since I was in primary school. My children are in primary school now. I'll believe it when I see it.
There's now been an investment of dev time from the company formerly known as Facebook to try to push it in 3.12 or 3.14.
If you write C/C++ libraries for Python you can disable the GIL
I believe it was announced that 3.14 will make it an optional flag, so here's to hoping.