[pypy-commit] pypy default: Remove debugging output

arigo pypy.commits at gmail.com
Sat Jul 23 08:44:44 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
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)


More information about the pypy-commit mailing list