[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-10-01 Thread Alex Gaynor
Alex Gaynor added the comment: Attached patch sound fix the issue. I guess this function has no tests :-( -- keywords: +needs review, patch Added file: http://bugs.python.org/file36770/issue22523.diff ___ Python tracker rep...@bugs.python.org

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-10-01 Thread Alex Gaynor
Alex Gaynor added the comment: My patch is incomplete, I'm working on an improved one. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22523 ___

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-10-01 Thread Alex Gaynor
Alex Gaynor added the comment: New patch resolves the issue. Turns out there were tests, but they weren't being run. Now they are. -- Added file: http://bugs.python.org/file36771/issue22523.diff ___ Python tracker rep...@bugs.python.org

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-10-01 Thread Alex Gaynor
Alex Gaynor added the comment: Updated patch fixes a refcounting issue spotted by gutworth. -- Added file: http://bugs.python.org/file36775/issue22523.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22523

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a36d4e8cf4e by Benjamin Peterson in branch '2.7': fix sslwrap_simple (closes #22523) https://hg.python.org/cpython/rev/1a36d4e8cf4e -- nosy: +python-dev resolution: - fixed stage: - resolved status: open - closed

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-09-30 Thread Matthias Klose
New submission from Matthias Klose: the backport in issue #21308 caused this regression. _ssl.sslwrap is still referenced in some files. -- components: Library (Lib) messages: 227896 nosy: alex, benjamin.peterson, christian.heimes, doko, dstufft, giampaolo.rodola, janssen, pitrou

[issue22523] [regression] Lib/ssl.py still references _ssl.sslwrap

2014-09-30 Thread Matthias Klose
Matthias Klose added the comment: forwarded from https://bugs.debian.org/762010 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22523 ___ ___