We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f4066 commit 7843457Copy full SHA for 7843457
tests/isolated/multidict_pop.py
@@ -55,7 +55,7 @@ def trim_ram() -> None:
55
return
56
else:
57
try:
58
- ctypes.CDLL("libc.so").malloc_trim(0)
+ ctypes.CDLL("libc.so.6").malloc_trim(0)
59
except Exception as e:
60
print("FAILED: ", e)
61
raise e
0 commit comments