Author: Matti Picus <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit