commit | eeb7eea1f95793437b3e251f47c98446e15fa680 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 06 18:57:27 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 06 18:57:27 2011 +0200 |
tree | e83a45f7eddbc424f375a89581a918baf2a42dcd | |
parent | bb2095f1e273d06f7dfaa8303c46ce6f01212c76 [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.