commit | 6ab91487c446bbc39047f7d43bbf02bf18c2645b | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Apr 24 18:27:10 2009 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Apr 24 18:27:10 2009 +0000 |
tree | 909644bc6f69bba5a027bd1036e71d20e03493b9 | |
parent | 5c56708f68699377aea76d8b9d04da5e7b02dbda [diff] |
Merged revisions 71842 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71842 | thomas.heller | 2009-04-24 20:10:46 +0200 (Fr, 24 Apr 2009) | 3 lines Issue #5161: wrong paths for ctypes cleanup when Python is built in a directory other than the source directory. ........