| commit | c61c8d7a5e2884238494a678ecd22c812b062280 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 06 19:04:12 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 06 19:04:12 2011 +0200 |
| tree | 3fd366f94e25c5b3d5cc9430f8fc2b7de869e782 | |
| parent | c6f0df7b2095eaf0a6d5914a043f9062f66d19f7 [diff] | |
| parent | eeb7eea1f95793437b3e251f47c98446e15fa680 [diff] |
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.