Hi,

On 29 June 2015 at 21:40, Ozan Çağlayan <ozan...@gmail.com> wrote:
> Regarding __slots__, it seemed to help using CPython but pypy + slots
> crashed/trashed in a very hardcore way :)

__slots__ is mostly ignored in PyPy (it always compact instances as if
they had slots).  The crash/trash is probably due to some other issue.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to