Free-threaded CPython is ready to experiment with
labs.quansight.org
Free-threaded CPython is ready to experiment with
1–10 of 398 posts
Re: Free-threaded CPython is ready to experiment with
#2Re: Free-threaded CPython is ready to experiment with
#3With it, the single-threaded case is slower.
Re: Free-threaded CPython is ready to experiment with
#4It has been ready for a few months now, at least since 3.13.0 beta 1 which released on 2024-05-08, although alpha versions had it working too. I don't know why this is news now . With it, the single-threaded case is slower.
Re: Free-threaded CPython is ready to experiment with
#5It has been ready for a few months now, at least since 3.13.0 beta 1 which released on 2024-05-08, although alpha versions had it working too. I don't know why this is news now . With it, the single-threaded case is slower.
Re: Free-threaded CPython is ready to experiment with
#6 [x] Async.
[x] Optional static typing.
[x] Threading.
[ ] JIT.
[ ] Efficient dependency management.Re: Free-threaded CPython is ready to experiment with
#7Python 3 progress so far: [x] Async. [x] Optional static typing. [x] Threading. [ ] JIT. [ ] Efficient dependency management.
Re: Free-threaded CPython is ready to experiment with
#8Re: Free-threaded CPython is ready to experiment with
#9Python 3 progress so far: [x] Async. [x] Optional static typing. [x] Threading. [ ] JIT. [ ] Efficient dependency management.
Not sure what this list means, there are successful languages without these feature. Also Python 3.13 [1] has an optional JIT [2], disabled by default. [1] https://docs.python.org/3.13/whatsnew/3.13.html [2] https://peps.python.org/pep-0744/
Re: Free-threaded CPython is ready to experiment with
#10Earlier quoted context omitted.
Not sure what this list means, there are successful languages without these feature. Also Python 3.13 [1] has an optional JIT [2], disabled by default. [1] https://docs.python.org/3.13/whatsnew/3.13.html [2] https://peps.python.org/pep-0744/
The successful languages without efficient dependency management are painful to manage dependencies in, though. I think Python should be shooting for a better package management user experience than C++.