[pypy-commit] pypy default: whoops, debug cruft

mattip noreply at buildbot.pypy.org
Mon Mar 31 07:34:41 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r70343:feecd34564ed
Date: 2014-03-31 08:33 +0300
http://bitbucket.org/pypy/pypy/changeset/feecd34564ed/

Log:	whoops, debug cruft

diff --git a/lib-python/2.7/ssl.py b/lib-python/2.7/ssl.py
--- a/lib-python/2.7/ssl.py
+++ b/lib-python/2.7/ssl.py
@@ -193,7 +193,6 @@
                     self.__class__)
             while True:
                 try:
-                    import pdb;pdb.set_trace()
                     v = self._sslobj.write(data)
                 except SSLError, x:
                     if x.args[0] == SSL_ERROR_WANT_READ:


More information about the pypy-commit mailing list