Re: [Python-Dev] PEP 3121, 384 Refactoring Issues

2014-07-12 Thread Alexander Belopolsky
On Sat, Jul 12, 2014 at 11:19 AM, Nick Coghlan wrote: > The main downside of "do as we say, not as we do" in this case is that we > miss out on the feedback loop of what the stable ABI is like to *use*. I good start for improving the situation would be to convert the extension module templates

Re: [Python-Dev] PEP 3121, 384 Refactoring Issues

2014-07-12 Thread Nick Coghlan
On 10 Jul 2014 19:59, "Alexander Belopolsky" wrote: > > > On Thu, Jul 10, 2014 at 2:59 PM, Mark Lawrence wrote: >> >> I'm just curious as to why there are 54 open issues after both of these PEPs have been accepted and 384 is listed as finished. Did we hit some unforeseen technical problem which

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] Updates to PEP 471, the os.scandir() proposal

2014-07-12 Thread Nick Coghlan
On 11 Jul 2014 12:46, "Ben Hoyt" wrote: > > [replying to python-dev this time] > > >> The "onerror" approach can also deal with readdir failing, which the > >> PEP currently glosses over. > > > > > > Do we want this, though? I can see an error handler for individual entries, > > but if one of th

Re: [Python-Dev] Semi-official read-only Github mirror of the CPython Mercurial repository

2014-07-12 Thread Eli Bendersky
Just a quick update on this. I've finally found time to set up a VPS at DigitalOcean of myself, and I'm moving the cronjob for updating the Github mirrors to it. This lets me ramp up the update frequency. For now I'll set it to every 4 hours, but in the future I may make it even more frequent. Hope