commit | 8966c99bb5a6c15d9963a5ad394f1ff01c036164 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 01 21:18:27 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 01 21:18:27 2009 +0000 |
tree | 70dadeee740bc815ed555f509f18158fbdc4a782 | |
parent | 7fff09629811ff43d77aca27c6b999634f775fee [diff] |
Merged revisions 72180 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72180 | antoine.pitrou | 2009-05-01 23:16:14 +0200 (ven., 01 mai 2009) | 4 lines Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. Patch by Floris Bruynooghe. ........