[pypy-commit] pypy default: char * -> const char *, fixes issue #2626

2017-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r92120:4b21dcb59a60 Date: 2017-08-10 23:36 +0300 http://bitbucket.org/pypy/pypy/changeset/4b21dcb59a60/ Log:char * -> const char *, fixes issue #2626 diff --git a/pypy/module/cpyext/unicodeobject.py

[pypy-commit] pypy default: quiet a gcc warning by adding RPY_UNUSED __attribute__ ((__unused__))

2017-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r92119:ad807f62258a Date: 2017-08-10 23:35 +0300 http://bitbucket.org/pypy/pypy/changeset/ad807f62258a/ Log:quiet a gcc warning by adding RPY_UNUSED __attribute__ ((__unused__)) diff --git