commit | 58dab67f2d3e3bccc20f5b2991453e4eb479d6a6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 10 09:54:59 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 10 09:54:59 2010 +0000 |
tree | 6563264297ad7cd83e2d8c26a1a8cd318cddfbc1 | |
parent | 7be5a65acd4d155730bd5c7981e16b1e5ab814c0 [diff] |
Merged revisions 85353 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........