Author: marky1991
Branch: py3.3
Changeset: r81707:114355f9d9f5
Date: 2016-01-04 12:09 -0500
http://bitbucket.org/pypy/pypy/changeset/114355f9d9f5/
Log:Get rid of debugging junk.
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--- a/pypy/module/imp/importing.py
+++ b/p
Author: marky1991
Branch: py3.3
Changeset: r81719:8a7fa79cdf6a
Date: 2016-01-10 19:37 -0500
http://bitbucket.org/pypy/pypy/changeset/8a7fa79cdf6a/
Log:Get rid of debugging.
diff --git a/pypy/module/test_lib_pypy/test_code_module.py
b/pypy/module/test_lib_pypy/test_code_module.py
--- a/pypy/
Author: marky1991
Branch: py3.3
Changeset: r81712:1b716d173076
Date: 2016-01-09 16:01 -0500
http://bitbucket.org/pypy/pypy/changeset/1b716d173076/
Log:Get rid of debugging crap from the tests for import locks.
diff --git a/pypy/module/thread/test/test_import_lock.py
b/pypy/module/thread/test