Skip to content

Commit 7843457

Browse files
committed
revert
1 parent 45f4066 commit 7843457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/isolated/multidict_pop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def trim_ram() -> None:
5555
return
5656
else:
5757
try:
58-
ctypes.CDLL("libc.so").malloc_trim(0)
58+
ctypes.CDLL("libc.so.6").malloc_trim(0)
5959
except Exception as e:
6060
print("FAILED: ", e)
6161
raise e

0 commit comments

Comments
 (0)