[Python-3000] pyvm module - low level interface to Python's VM

2007-11-29 Thread Christian Heimes
Shorah! I've started to work on a pyvm module patch today. The new module is going to contain low level interfaces to Python's VM and some low level types, too. So far my first version contains only a bunch of types. What methods do you like to move to the new module? I was thinking about sys.get

Re: [Python-3000] pyvm module - low level interface to Python's VM

2007-11-29 Thread James Y Knight
On Nov 29, 2007, at 11:33 AM, Christian Heimes wrote: > Shorah! > > I've started to work on a pyvm module patch today. The new > module is going to contain low level interfaces to Python's VM and > some > low level types, too. So far my first version contains only a bunch of > types. I'd like

Re: [Python-3000] pyvm module - low level interface to Python's VM

2007-11-29 Thread Christian Heimes
James Y Knight wrote: > I'd like to quote some of a thread I started in Aug 2004, subject > "Classes that claim to be defined in __builtin__ but aren't". I > haven't rerun the script that generated this list (I have to find it > again, first, or rewrite it...), but assuming these types are st

Re: [Python-3000] pyvm module - low level interface to Python's VM

2007-11-29 Thread Terry Reedy
"Christian Heimes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Shorah! | | I've started to work on a pyvm module patch today. The new | module is going to contain low level interfaces to Python's VM and some | low level types, too. So far my first version contains only a bunch o