diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-23 15:51:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-23 15:51:04 (GMT) |
commit | 8c52027e2d8c4268d0d0e376948d3107576a4aa4 (patch) | |
tree | 9e3ddd4d7e6823a127e99d7a0d46fb238e4d10a5 /Misc | |
parent | 877509aef43034fec002eeafc9982e4b6c1c0b3d (diff) | |
download | cpython-8c52027e2d8c4268d0d0e376948d3107576a4aa4.zip cpython-8c52027e2d8c4268d0d0e376948d3107576a4aa4.tar.gz cpython-8c52027e2d8c4268d0d0e376948d3107576a4aa4.tar.bz2 |
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
of 5 to 10. Initial patch by Jonas H.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -338,6 +338,7 @@ Filip Gruszczyński Michael Guravage Lars Gustäbel Thomas Güttler +Jonas H. Barry Haddow Paul ten Hagen Rasmus Hahn @@ -113,6 +113,9 @@ Core and Builtins Library ------- +- Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor + of 5 to 10. Initial patch by Jonas H. + - Issue #11382: Trivial system calls, such as dup() or pipe(), needn't release the GIL. Patch by Charles-François Natali. |