Re: [Python-Dev] PEP 454: tracemalloc (n-th version)

2013-11-05 Thread Victor Stinner
2013/11/3 Victor Stinner : > "n-th version": Sorry, I don't remember the version number of the PEP :-) > >http://www.python.org/dev/peps/pep-0454/ Charles-François doesn't like the magic Statistic.key attribute which may be a string, a tuple of 2 strings, or a tuple of (filename: str, lineno:

[Python-Dev] PEP 454: tracemalloc (n-th version)

2013-11-03 Thread Victor Stinner
"n-th version": Sorry, I don't remember the version number of the PEP :-) http://www.python.org/dev/peps/pep-0454/ Lastest changes: * rename disable/enable/is_enabled() to stop/start/is_tracing() * Snapshot.apply_filters() now returns a new Snapshot instance * a traceback now always contains