[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.227,2.228

Skip Montanaro skip@pobox.com (Skip Montanaro)
Fri, 24 Aug 2001 17:52:08 -0500


    Tim> This isn't critical now, but I can't help but notice that we've got
    Tim> 8 bit positions assigned in the co_flags int....

    Tim> So, but later rather than sooner, I expect we're going to have to
    Tim> recycle these temporary future-feature co_flags bits.

I asked about reserving three bits to specify the virtual machine the
codestring is meant to be executed on. ;-)

Skip