#225: Can subinterpreters free us from Python's GIL?

Talk Python To Me

Episode | Podcast

Date: Mon, 12 Aug 2019 00:00:00 -0800

Have you heard that Python is not good for writing concurrent asynchronous code? This is generally a misconception. But there is one class of parallel computing that Python is not good at: CPU bound work running the Python layer.