Skip to content

Commit

Permalink
testing mlock
Browse files Browse the repository at this point in the history
  • Loading branch information
radu committed Jun 22, 2024
1 parent 3242f0d commit 0e4239d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_zeroize.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def test_zeroize1_sizes(self):
self.assertEqual(True, all(byte == 0 for byte in arr2))

finally:
munlock(arr)
print("f")
# munlock(arr)


if __name__ == "__main__":
Expand Down

0 comments on commit 0e4239d

Please sign in to comment.