Hi John, On 18 January 2017 at 01:20, John Zhang <john.zh...@anu.edu.au> wrote: > Anyone knows why pypy.module._file.readinto uses a locally defined ‘os_read’ > rather than rpython.rlib.rposix.c_read?
I think it's only because rposix.c_read is supposed to be private. But yes, if it makes your life easier we can as well call it anyway from pypy.module._file.readinto. Maybe you should open a pull request. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev