[Python-Dev] PEP about sys.implementation and implementation specific user site directory
Frank Wierzbicki
fwierzbicki at gmail.com
Mon Oct 12 01:36:45 CEST 2009
More information about the Python-Dev mailing list
Mon Oct 12 01:36:45 CEST 2009
- Previous message: [Python-Dev] PEP about sys.implementation and implementation specific user site directory
- Next message: [Python-Dev] PEP about sys.implementation and implementation specific user site directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 9, 2009 at 8:34 PM, "Martin v. Löwis" <martin at v.loewis.de> wrote: > Also, why is it the name of the JIT compiler, and not the name of the > source language compiler? >From the Jython side it is easier to get the VM name compared to the source language compiler. Although there is a property on java.lang.System called "java.compiler" it is often empty. -Frank
- Previous message: [Python-Dev] PEP about sys.implementation and implementation specific user site directory
- Next message: [Python-Dev] PEP about sys.implementation and implementation specific user site directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list