Author: Armin Rigo <[email protected]>
Branch:
Changeset: r85821:42e677eb355e
Date: 2016-07-22 19:38 +0200
http://bitbucket.org/pypy/pypy/changeset/42e677eb355e/
Log: Remove debugging output
diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py
--- a/rpython/rlib/rmmap.py
+++ b/rpython/rlib/rmmap.py
@@ -960,5 +960,5 @@
rffi.cast(rffi.SIZE_T, map_size),
rffi.cast(DWORD, MEM_RESET),
rffi.cast(DWORD, PAGE_READWRITE))
- from rpython.rlib import debug
- debug.debug_print("madvise_free:", r)
+ #from rpython.rlib import debug
+ #debug.debug_print("madvise_free:", r)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit