|
|
| | Poll: Will Python ever lose the GIL? | | 2 points by lacker on Dec 14, 2008 | hide | past | favorite | 3 comments | | The standard Python interpreter has a global interpreter lock (GIL) that prevents multithreaded parallel programming of the style you find in most programming languages. People have tried to remove this restriction, but failed because all the resulting lock acquisition is too slow. Will the GIL ever be removed? | |
| |
|

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