On Tue, Apr 8, 2008 at 4:15 PM, Bruno Gola <brunogola@gmail.com> wrote:
Hi,
On Tue, Apr 8, 2008 at 7:51 PM, Brett Cannon <brett@python.org> wrote:
A discussion of what parts of the sys module various VMs should be expected to implement has come up on python-dev. I am hoping someone here can let me know what PyPy currently implements.
I've made a comparison between python2.4 sys module and the one in pypy, it's really simple and I'm not sure that all the others features are implemented and working as expected, but I hope it helps.
This are the features from 2.4 sys that are not present in PyPy's sys: - exc_type - getdlopenflags - getrefcount - pydebug
What attribute is that? The 2.6 trunk doesn't have it.
- setdlopenflags --
Thanks for the info, Bruno! -Brett