Re: [Python-Dev] Memory BIO for _ssl

2014-07-12 Thread Geert Jansen
On Mon, Jul 7, 2014 at 1:49 AM, Antoine Pitrou wrote: > Le 05/07/2014 14:04, Geert Jansen a écrit : > >> Since I need this for my Gruvi async framework, I want to volunteer to >> write a patch. It should be useful as well to Py3K's asyncio and other >> async frameworks. It would be good to get so

Re: [Python-Dev] Memory BIO for _ssl

2014-07-06 Thread Antoine Pitrou
Hi, Le 05/07/2014 14:04, Geert Jansen a écrit : Since I need this for my Gruvi async framework, I want to volunteer to write a patch. It should be useful as well to Py3K's asyncio and other async frameworks. It would be good to get some feedback before I start on this. Thanks for volunteerin