Re: [pypy-dev] [pypy-commit] pypy default: unroll isinstance checks with old style classes

2013-04-01 Thread Alex Gaynor
Ok, once I have the nightly I'll do it. A bit backwards, but translating takes like an hour. Alex On Mon, Apr 1, 2013 at 11:28 PM, Maciej Fijalkowski wrote: > On Tue, Apr 2, 2013 at 5:30 AM, alex_gaynor > wrote: > > Author: Alex Gaynor > > Branch: > > Changeset: r62924:73524812269e > > Date:

Re: [pypy-dev] [pypy-commit] pypy default: unroll isinstance checks with old style classes

2013-04-01 Thread Maciej Fijalkowski
On Tue, Apr 2, 2013 at 5:30 AM, alex_gaynor wrote: > Author: Alex Gaynor > Branch: > Changeset: r62924:73524812269e > Date: 2013-04-01 20:30 -0700 > http://bitbucket.org/pypy/pypy/changeset/73524812269e/ > > Log:unroll isinstance checks with old style classes > > diff --git a/pypy/module/__bu

Re: [pypy-dev] prevent extension module code from being executed during startup?

2013-04-01 Thread wlavrijsen
Hi Armin, Uh, that's strange. The docstrings in interpreter/module.py say specifically the opposite. But the truth looks a bit more complicated indeed, e.g. it depends if getbuiltinmodule('cppyy') was already called during translation or not... yes, that is called, and it is being called by