On Mon, May 4, 2015 8:29 pm, Vijay Kumar wrote: > Hi Everyone, > the monthly meet is on the 23rd of this month. If you are interested in > giving a 20 min talk, please send in talk title and short description.
Hi Everyone, I will be doing a talk on the topic "Memory Management in Python" (CPython actually). The talk will cover the following topics: 1. How Reference Counting Works 2. Issues with Reference Counting 3. Cycle Detection and GC 4. Useful Third Party Modules Not many people really require to know how Python manages memory. But it is kind of nice to know how things work under the hood. Regards, Vijay _______________________________________________ Chennaipy mailing list [email protected] https://mail.python.org/mailman/listinfo/chennaipy
