Modifying the Python object model
Modifying the Python object model
Posted May 17, 2018 1:15 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)In reply to: Modifying the Python object model by roc
Parent article: Modifying the Python object model
You need interlocked operations for refcounts if you want multithreading. This causes merry hell with cache lines bouncing around.
