Hi Mike, On Sun, Jun 30, 2013 at 7:15 PM, Mike Beller <[email protected]> wrote: > is ignored (e.g. select/interp_epoll/W_EPoll, and others) -- seems a common > problem
At the end of that file we have "W_Epoll.typedef.acceptable_as_base_class = False", meaning that it cannot be subclassed as app-level; so ignoring w_subtype is correct. Are there other examples which don't have "acceptable_as_base_class = False" ? A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
