Contribute Media
A thank you to everyone who makes this possible: Read More

A Per-Interpreter GIL: Concurrency and Parallelism with Subinterpreters

Description

We live in a world of concurrent code and multi-core computing, so come learn about a new solution for both in Python 3.12. We'll quickly explain the new feature (and an old one), and then show you how to take advantage of it, for simpler concurrency and faster code.

Details

Improve this page