2015-06-25 9:11 GMT+02:00 Armin Rigo <ar...@tunes.org>: > Hi Amaury, > > On 25 June 2015 at 01:10, Amaury Forgeot d'Arc <amaur...@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
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev