New submission from Tomer Chachamu <[email protected]>: This is a minor issue that affected some unit tests I had.
The Python 3.2 implementations are here: https://github.com/jonashaag/cpython/blob/v3.2.4/Modules/_io/iobase.c#L88 A patch is attached. ---------- files: pypy_io.patch messages: 5696 nosy: pypy-issue, tomer priority: bug status: unread title: io.IOBase is missing some stub implementations ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1483> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
