Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do you feel about the GIL free option coming in Python 3.13?


It looks like it will be some time before free-threading can be safely used in production. I don't want to have to worry about whether the underlying C code supports no-GIL mode, or trade off single-threaded performance. [0]

Maybe someday this will make parallelism in Python at least as sane as other languages, but in the meantime, I still want to use a compiled language any time performance matters and wait for the kinks in no-GIL to be ironed out.

[0] https://docs.python.org/3.13/whatsnew/3.13.html#free-threade...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: