Skip to content

Commit 45f4066

Browse files
committed
see if this works...
1 parent 2bf1cb7 commit 45f4066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/isolated/multidict_pop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ def trim_ram() -> None:
5555
return
5656
else:
5757
try:
58-
ctypes.CDLL("libc.so.6").malloc_trim(0)
58+
ctypes.CDLL("libc.so").malloc_trim(0)
5959
except Exception as e:
60-
print(" attempt failed")
60+
print("FAILED: ", e)
6161
raise e
6262

6363

0 commit comments

Comments
 (0)