[issue31386] Make return types of wrap_bio and wrap_socket customizable

2017-09-17 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31386] Make return types of wrap_bio and wrap_socket customizable

2017-09-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 4df60f18c64ba2835e68bf3eed08d8002a00f4ac by Christian Heimes in branch 'master': bpo-31386: Custom wrap_bio and wrap_socket type (#3426) https://github.com/python/cpython/commit/4df60f18c64ba2835e68bf3eed08d8002a00f4ac --

[issue31386] Make return types of wrap_bio and wrap_socket customizable

2017-09-07 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3423 ___ Python tracker ___ ___

[issue31386] Make return types of wrap_bio and wrap_socket customizable

2017-09-07 Thread Christian Heimes
Changes by Christian Heimes : -- superseder: -> Cannot create ssl.SSLSocket without existing socket ___ Python tracker ___

[issue31386] Make return types of wrap_bio and wrap_socket customizable

2017-09-07 Thread Christian Heimes
New submission from Christian Heimes: SSLSocket.wrap_bio() and SSLSocket.wrap_socket() hard-code SSLObject and SSLSocket as return types. In the light of future deprecation of ssl.wrap_socket() module function and direct instantiation of SSLSocket, it is desirable to make the return type of