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

Kenny Levinsen tracker at bugs.pypy.org
Wed Oct 31 22:18:44 CET 2012


New submission from Kenny Levinsen <kennylevinsen at gmail.com>:

rbigint lacks from/to byte methods, which are needed for W_LongObject to provide 
from_bytes/to_bytes functionality needed in the py3k branch.

The py3k branch currently implements a buggy frombytes method that does not 
support endian_swap or handling of signed input.

----------
assignedto: joushou
messages: 4943
nosy: joushou, pypy-issue
priority: feature
release: ???
status: in-progress
title: rbigint support for from/tobytes

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


More information about the pypy-issue mailing list