Remove disabled test code
Loading Unix libraries via getattr() was disabled before ctypes was added to Python.
This commit is contained in:
parent
b0bbaa854e
commit
a76f014278
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue