Modifying the Python object model
Modifying the Python object model
Posted May 17, 2018 1:04 UTC (Thu) by roc (subscriber, #30627)In reply to: Modifying the Python object model by malefic
Parent article: Modifying the Python object model
Refcounts may increase memory usage (but not by much usually), but won't increase fragmentation per se. Unless Python does something really strange.
