minus-squareLexinonymous@fediverser.communick.devBtoPython@fediverser.communick.dev•PEP 703 (Making the Global Interpreter Lock Optional in CPython) acceptancelinkfedilinkEnglisharrow-up1·1 year agoActually, it’s even worse than that. The GIL protects prevents you from trashing your interpreter, but you still have to synchronize your Python code or else you get race conditions. linkfedilink
Actually, it’s even worse than that. The GIL protects prevents you from trashing your interpreter, but you still have to synchronize your Python code or else you get race conditions.