|
Making it a r_uint did not work for me, apparently the pattern
bytecode should be signed. It would seem to me we would want to be cpython compatible, that is it should be of size SRE_CODE from the _sre cpython module which has changed to 4. Maybe someone else wants to try to fix the rpython/rlib/rsre module so it passes tests untranslated with python 2.7.4 or 2.7.5? On 3/06/2013 12:05 AM, Maciej
Fijalkowski wrote:
pfff, just make it r_uint maybe? Also, what are legal values on CPython? |
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
