[Python-Dev] cpython: Issue #23752: When built from an existing file descriptor, io.FileIO() now only

Serhiy Storchaka storchaka at gmail.com
Mon Mar 30 08:06:51 CEST 2015


On 30.03.15 04:22, victor.stinner wrote:
> https://hg.python.org/cpython/rev/bc2a22eaa0af
> changeset:   95269:bc2a22eaa0af
> user:        Victor Stinner <victor.stinner at gmail.com>
> date:        Mon Mar 30 03:21:06 2015 +0200
> summary:
>    Issue #23752: When built from an existing file descriptor, io.FileIO() now only
> calls fstat() once. Before fstat() was called twice, which was not necessary.
>
> files:
>    Misc/NEWS            |  26 ++++++++++++++++++++++++++
>    Modules/_io/fileio.c |  24 ------------------------
>    2 files changed, 26 insertions(+), 24 deletions(-)
>
>
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -2,6 +2,32 @@
>   Python News
>   +++++++++++
>
> +What's New in Python 3.5.0 alpha 4?
> +===================================

Return time machine back Victor. Current version is 3.5.0a2+.




More information about the Python-Dev mailing list