Wait, what happened to Python 3.11 for Workgroups? Something's not right here.
Python 3.12
11–20 of 344 posts
Re: Python 3.12
#12We are on the track to remove GIL!
Re: Python 3.12
#13 f"This is the playlist: {", ".join([
'Take me back to Eden', # My, my, those eyes like fire
'Alkaline', # Not acid nor alkaline
'Ascensionism' # Take to the broken skies at last
])}"Re: Python 3.12
#14I think the support for isolated sub-interpreters with separate Global Interpreter Locks is the most interesting new feature in python. It is doubtful not the best way to offer some sort of concurrency but still a step closer to maybe one day get rid of GILs.
Re: Python 3.12
#15Everything aside, I enjoyed the "And now for something completely different" part.
Re: Python 3.12
#16I think the support for isolated sub-interpreters with separate Global Interpreter Locks is the most interesting new feature in python. It is doubtful not the best way to offer some sort of concurrency but still a step closer to maybe one day get rid of GILs.
It's scheduled to be delivered next year if I'm not mistaken.
The new syntax for generic types is also a very nice QOL improvement, you can now just do:
class MyList[T]:
...Re: Python 3.12
#17Re: Python 3.12
#18>>> f"{f"{f"{f"{f"{f"{1+1}"}"}"}"}"}"
'2'
Is anyone aware of the change to the interpreter that allows for this?
Re: Python 3.12
#19Re: Python 3.12
#20Earlier quoted context omitted.
I don't think political advocacy belongs in an announcement of a Python version.
I don't think it's your authority to say what should or shouldn't belong in a release you have no contribution to!