Thanks for the quick reply (as always). We'll stick with the PPA.
About PyByteArray_CheckExact, any chance of it getting implemented in this next round of C-API extensions? Looking in the CPython source, it seems to be a one-line macro: #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type) but I admit to knowing basically nothing about this level of code. :) I figure asking here whether it can be implemented will be better than asking Cython to stop using it ;) Cheers! On Mon, Mar 21, 2016 at 8:53 AM, Maciej Fijalkowski <fij...@gmail.com> wrote: > PPA is usually updated, but as you said we can't demand deadlines > > PyByteArray_Check and PyByteArray_CheckExact are not implemented > > On Mon, Mar 21, 2016 at 3:43 AM, Tin Tvrtković <tinches...@gmail.com> > wrote: > > Hello, > > > > first question: is the PyPy Ubuntu PPA still a maintained thing? I'm not > > demanding free labor here, just curious whether I should wait a little > for > > 5.0 to show up there or change my Dockerfiles to direct download. > > > > second question: does PyPy support PyByteArray_CheckExact? I seem to have > > some Cython-generated code using it and PyPy seems to be refusing to > import > > the resulting module. > > > > Cheers! > > > > _______________________________________________ > > pypy-dev mailing list > > pypy-dev@python.org > > https://mail.python.org/mailman/listinfo/pypy-dev > > >
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev