| commit | 8e7966b00e4cb51b19c5c8eae33c706c22c185b3 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Sat Aug 16 14:11:01 2014 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Sat Aug 16 14:11:01 2014 +0200 |
| tree | ebc3394a655b7675531920c74e544bb68cb5ca80 | |
| parent | b2e3a939bfd20e8d57881e4ad6e45df61fbfa444 [diff] |
Closes #22205: sys._debugmallocstats is a cpython specific feature, so test_debugmallocstats should be marked as such. Patch written by Martin Matusiak.