[pypy-dev] For Donations, List How Much is Left (or Spent)?

Amaury Forgeot d'Arc amauryfa at gmail.com
Thu Jun 25 09:50:31 CEST 2015


2015-06-25 9:11 GMT+02:00 Armin Rigo <arigo at tunes.org>:

> Hi Amaury,
>
> On 25 June 2015 at 01:10, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:
> > Currently I'm kind of blocked on finishing the "more-rposix" branch
> > (needed for the recent expansion of the posix module:
> os.supports_dir_fd...)
> > It has still some failures: win32 does not translate, for example.
> > Since it's mostly changes in rpython/ I wanted to make it land in the
> > "default" branch first,
> > but I'll probably move along and merge it into the py3.3 branch.
>
> If it's only adding new functions, then I think it's fine to merge it
> to default even if some of these functions cause translation errors on
> Windows.  The default pypy won't call them anyway.
>

No, this branch is actually a full rewrite of the ll_os.py file,
all the code has been moved to rposix.py.

The code is much simpler (no lazy registering callback function),
and we have a consistent way to add new wrapper to C functions,
even if they don't map to any 2.7 feature.


-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150625/6f63d3a1/attachment.html>


More information about the pypy-dev mailing list