I'm happy with the latest PEP because it is minimal but core features are still present:
- get the traceback where an object was allocated, - get traces of memory blocks, - compute statistics on memory usage per line, file or traceback, - compute differences between two snapshots. We now have an object API to access low-level traces without killing performances. Temporary objects (read only views) are generated on demand. Generating concrete objects for each trace is really too slow because there are as many traces as memory blocks (500.000 memory blocks at the end of Python test suite for example). Victor Le lundi 11 novembre 2013, Charles-François Natali a écrit : > Hi, > > After several exchanges with Victor, PEP 454 has reached a status > which I consider ready for pronuncement [1]: so if you have any last > minute comment, now is the time! > > Cheers, > > cf > > > [1] http://www.python.org/dev/peps/pep-0454/ > _______________________________________________ > Python-Dev mailing list > Python-Dev@python.org <javascript:;> > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com >
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com