Completed
guido speaks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python's Infamous GIL
Automatically move to the next video in the Classroom when playback concludes
- 1 python's infamous gil
- 2 1992
- 3 reference counting with threads
- 4 multiple locks
- 5 deadlock
- 6 introducing: the gil
- 7 the 2.7 gil
- 8 gil ramifications
- 9 sharing the gil in i/o bound code
- 10 dave beazley's gil research
- 11 release ACQUIRE release ACQUIRE
- 12 the "new gil"
- 13 meanwhile... the world has changed
- 14 running python across multiple cores
- 15 guido speaks
- 16 the "free-threading" patch
- 17 atomic incr/decr
- 18 python interpreters
- 19 pure garbage collection
- 20 modern language vms
- 21 my opinion