[Numpy-discussion] Heads up re: new memory tracking infrastructure in python 3.4

Nathaniel Smith njs at pobox.com
Wed Sep 25 09:44:48 EDT 2013


Hi all,

Possibly of interest to some folks here, it looks like in Python 3.4
there'll be a generic system for hooking and tracking memory
allocations:
  http://www.python.org/dev/peps/pep-0445/

I'm not planning to do anything with this information myself, but if
anyone's been thinking about numpy memory profiling, the new numpy
malloc hooks, etc., then it might make sense to see how we could
integrate with this more general system.

-n



More information about the NumPy-Discussion mailing list