[pypy-issue] Issue #1815: gdbm does not implicitly coerce unicode (pypy/pypy)

Julian Berman issues-reply at bitbucket.org
Mon Jul 7 23:04:12 CEST 2014


New issue 1815: gdbm does not implicitly coerce unicode
https://bitbucket.org/pypy/pypy/issue/1815/gdbm-does-not-implicitly-coerce-unicode

Julian Berman:

On CPython, gdbm coerces Unicode keys to ASCII. PyPy's gdbm only checks for str, and throws a TypeError.




More information about the pypy-issue mailing list