Am 01.07.14 09:44, schrieb Victor Stinner:
> scandir(fd) must not close the file descriptor, it should be done by
> the caller. Handling the lifetime of the file descriptor is a
> difficult problem, it's better to let the user decide how to handle
> it.
This is an open issue still: when is the fil
On 7/6/2014 7:54 PM, Ned Deily wrote:
As of the moment, buildbot.python.org seems to be down again.
Several hours later, back up.
> Where is the best place to report problems like this?
We should have, if not already, an automatic system to detect down
servers and report (email) to appropria
As of the moment, buildbot.python.org seems to be down again. Where is
the best place to report problems like this?
--
Ned Deily,
n...@acm.org
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Uns
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