Modifying the Python object model
Modifying the Python object model
Posted May 18, 2018 22:00 UTC (Fri) by roc (subscriber, #30627)In reply to: Modifying the Python object model by mb
Parent article: Modifying the Python object model
OK that's true, but all access to Python objects is protected by the GIL so there is no need to use atomic operations to modify the refcount. (I should have said that objects can't be shared by concurrently executing threads.)
