commit | 2ee28c906faf9027b99225c96ef54d02d7625e54 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 29 01:50:06 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 29 01:50:06 2009 +0000 |
tree | c6b3e6f33996aa31caeddf3840eecba8c77127db | |
parent | b6d065ff32427c5dbc5af40e83b545cda8330578 [diff] |
Blocked revisions 75931 via svnmerge ........ r75931 | benjamin.peterson | 2009-10-28 20:49:07 -0500 (Wed, 28 Oct 2009) | 5 lines do a backport of r75928 The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be. ........