Kaydet (Commit) a76f0142 authored tarafından Martin Panter's avatar Martin Panter

Remove disabled test code

Loading Unix libraries via getattr() was disabled before ctypes was added to
Python.
üst b0bbaa85
......@@ -318,10 +318,6 @@ def test():
print(find_library("c"))
print(find_library("bz2"))
# getattr
## print cdll.m
## print cdll.bz2
# load
if sys.platform == "darwin":
print(cdll.LoadLibrary("libm.dylib"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment