[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] PixelArray question



Ethan Glasser-Camp wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lenard Lindstrom wrote:
The other is that ref-counting is
not a language requirement... But other versions of Python - Jython,
IronPython and PyPy - do not, or may not, use it. So a truly portable
Python program cannot rely on ref-counting.

But pygame wouldn't work in any of those versions of Python either, so
it's sort of a moot point, right? I guess the question at hand is
whether the interface can be compatible with a fictional pygame that
is written as an extension module for Jython or IronPython, but I'm
not sure how much of a priority that should be.


Well PyPy is an ongoing concern. Maybe at some point pygame will be ported to it. It is where I originally came across pygame.

--
Lenard Lindstrom
<len-l@xxxxxxxxx>