commit | f9182a97891fac1c9e03a2198a0f0f013a4097ba | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 16 18:05:15 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 16 18:05:15 2010 +0000 |
tree | 52cba022088587aada657aeb5e8aed129a1f766d | |
parent | 6c27361638c4ffbef7b1ffa937dd88b86fc2f8f3 [diff] |
Merged revisions 77466 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77466 | antoine.pitrou | 2010-01-13 12:47:49 +0100 (mer., 13 janv. 2010) | 5 lines Issue #7661: Allow ctypes to be built from a non-ASCII directory path. Patch by Florent Xicluna. ........