Author: marky1991
Branch: py3.3
Changeset: r81713:03071883cceb
Date: 2016-01-09 16:07 -0500
http://bitbucket.org/pypy/pypy/changeset/03071883cceb/

Log:    Remove final unnecessary change to test_import_lock

diff --git a/pypy/module/thread/test/test_import_lock.py 
b/pypy/module/thread/test/test_import_lock.py
--- a/pypy/module/thread/test/test_import_lock.py
+++ b/pypy/module/thread/test/test_import_lock.py
@@ -95,9 +95,9 @@
             importlock.count += 1
             original_acquire()
         importlock.count = 0
-        monkeypatch.setattr(importlock.__class__, 'acquire_lock', acquire_lock)
         monkeypatch.setattr(importlock, 'acquire_lock', acquire_lock)
         # An already imported module
+
         importhook(space, 'sys')
         assert importlock.count == 0
         # A new module
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to