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

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Dec 1 01:06:36 CET 2007


Terry Reedy wrote:
> "Christian Heimes" <lists at cheimes.de> wrote in message 
> news:fimpkk$405$1 at ger.gmane.org...
>
> | I've started to work on a pyvm module patch today.

Is there a clear rationale for the dividing line between
sys and pyvm?

Maybe the distinction should be that pyvm is for things that
could change from one Python implementation to another,
whereas sys is for language-defined things that should
be present in every implementation.

--
Greg


More information about the Python-3000 mailing list