]> granicus.if.org Git - python/commit
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 May 2011 16:17:25 +0000 (18:17 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 May 2011 16:17:25 +0000 (18:17 +0200)
commitec62130655fcf10739e1ade7fd492d29bb60c8dc
treeee5a5d301575c3ce2240dd64573c84156713e1a2
parent12d547a80df9096d16b92a422b655fca7e2a1ef9
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Patch by Sijin Joseph.
Lib/ctypes/util.py
Misc/NEWS