pygame and python 2.5

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Fri Feb 9 16:40:26 EST 2007


Skip:
> Python used to work that way.  You'd then silently get errors if the API
> changed between version A and version B and you neglected to recompile the
> extensions you compiled against version A.

Can't the compiled module have one or more test functions that can be
used during linking to see if the compiled module respects the
expected standard?

Bye,
bearophile




More information about the Python-list mailing list