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

Python threads are real (operating system) threads.

Note that the "threading" and "_threading" modules wrap thread creation and otherwise just use interpreter C APIs. Their design flaw is that they assume that they are the only ones using the interpreter API.



I assume parent is referring to the GIL, which limits the performance benefits you get from threads.


Oh I know, sometimes I just like being pedantic.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: