commit | b46004c94f59af1adc081d2a89d9e3f73998ee59 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 25 18:17:25 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 25 18:17:25 2011 +0200 |
tree | 8173b551d7176c189b0adc4dcf91a488e5302830 | |
parent | dac9acedfd9930d2368172c2cec13b6077153a70 [diff] |
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). Patch by Sijin Joseph.