[pypy-issue] [issue1309] rbigint support for from/tobytes

Amaury Forgeot d Arc tracker at bugs.pypy.org
Fri Nov 2 22:57:39 CET 2012


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

joushou: space.wrap() will convert a RPython (bytes) string into a 
W_UnicodeObject. You should use space.wrapbytes() instead.
And please rename the variable "bigint": it's not a bigint, but a bytes string.

----------
nosy: +afa

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1309>
________________________________________


More information about the pypy-issue mailing list