Hacker News new | past | comments | ask | show | jobs | submit login

> or another process

Does it by any chance a process started by multiprocessing? /s.

On a serious note, I feel like this is a valid usage and as someone who really like the no-gil approach I still would want python to handle the gil and no-gil flags in a better way. I don't know yet how this will manifest in real life and if keeping gil will be an option on the long run but it is a trade-off. There is no fundamental reason why python cannot have proper multithreading support.




It affects single-threaded performance, which is still, and likely always will be the primary use case. The only reason this has gotten so far is because there has been some major improvements in single-threaded performance which is being used to mostly cancel out the negative effects of no-gil support. I personally would've preferred to have access to that boost instead of tacking on this major change.




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

Search: