[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With PEP 546 withdrawn/rejected and 2.7 at EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker _

[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2017-09-11 Thread STINNER Victor
STINNER Victor added the comment: ssl_io_loop() currently ignores the timeout parameter: https://github.com/python/cpython/pull/3500 fixes it in the master branch. -- ___ Python tracker __

[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: #29781 must be backported to 2.7 to fix SSLSocket.version() -- dependencies: +SSLObject.version returns incorrect value before handshake. ___ Python tracker _

[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2017-06-12 Thread Christian Heimes
Christian Heimes added the comment: Sounds good to me! I'll take care of the other patch after you have committed your PR. -- ___ Python tracker ___

[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2017-06-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue22559] [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546

2017-06-12 Thread STINNER Victor
Changes by STINNER Victor : -- title: [backport] ssl.MemoryBIO -> [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546 ___ Python tracker ___ ___