Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r59513:6efbea3e47db
Date: 2012-12-19 20:58 +0100
http://bitbucket.org/pypy/pypy/changeset/6efbea3e47db/

Log:    Remove this line, after discussion with amaury on irc.

diff --git a/pypy/module/_hashlib/interp_hashlib.py 
b/pypy/module/_hashlib/interp_hashlib.py
--- a/pypy/module/_hashlib/interp_hashlib.py
+++ b/pypy/module/_hashlib/interp_hashlib.py
@@ -42,7 +42,6 @@
             raise
 
     def __del__(self):
-        # self.lock.free()
         if self.ctx:
             ropenssl.EVP_MD_CTX_cleanup(self.ctx)
             lltype.free(self.ctx, flavor='raw')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to