--- you can reply above this line --- New issue 1814: gdbm.error only sets message, not errno https://bitbucket.org/pypy/pypy/issue/1814/gdbmerror-only-sets-message-not-errno
Julian Berman: On CPython, gdbm.error gets passed errno and message as the two positional args. PyPy's gdbm only passes message. -- Unsubscribe from issue emails for this repository. https://bitbucket.org/pypy/pypy/issue/1814/unsubscribe/pypy-issue/b7edf3003693f2a8620692d0fea77b10da12f09c/ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
