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. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
