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

Tim Peters tim.one@home.com
Sun, 26 Aug 2001 00:08:18 -0400


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

Not a problem -- CO_GENERATOR is the only "real" new co_flag added in years,
in 10 years we've only defined 5 real co_flags total, and there are no PEPs
on the table that would need another one.  So you may as well ask for 27 VM
bits <wink>.