Python Moves to Dismiss GIL and Grow Concurrency
The removal of GIL removes a major obstacle to multithreading, making Python a multicore language. The Python board of directors intends to make a proposal to mark the culmination of many attempts over the years to remove the Global Interlock (GIL). This will remove a major roadblock to multithreading, making Python a multicore language and […]