Message7117

Author fwierzbicki
Recipients dahlia, fwierzbicki
Date 2012-05-20.22:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337552791.15.0.570078903313.issue1890@psf.upfronthosting.co.za>
In-reply-to
Content
We would need to make Jyhton's __builtins__.java into a true module and then we could look at exposing it that way. For now you can do almost all of what you might want with __builtin__ - and since it is a documented cpython implementation detail it is not a priority. PyPy aims to completely replace CPython and so has a higher need for compatibility (they have a GIL too - and Jython will never have that)
History
Date User Action Args
2012-05-20 22:26:31fwierzbickisetmessageid: <1337552791.15.0.570078903313.issue1890@psf.upfronthosting.co.za>
2012-05-20 22:26:31fwierzbickisetrecipients: + fwierzbicki, dahlia
2012-05-20 22:26:31fwierzbickilinkissue1890 messages
2012-05-20 22:26:31fwierzbickicreate