commit | 3266978300ace81216e7cf7d072d43319efa2f65 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 11 12:14:05 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 11 12:14:05 2010 +0000 |
tree | 24bda4037bdee85ec36a95c6b308736910798209 | |
parent | fbf2f14777d4d4d6bd6ea635e3413201964606f5 [diff] |
Merged revisions 82814 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82814 | antoine.pitrou | 2010-07-11 14:12:00 +0200 (dim., 11 juil. 2010) | 4 lines Issue #7616: Fix copying of overlapping memoryview slices with the Intel compiler. ........