[Pythonmac-SIG] GUSI (background question)
Just van Rossum
just@letterror.com
Thu, 20 Jan 2000 23:56:01 +0100
At 11:08 PM +0100 20-01-2000, Jack Jansen wrote:
>- Don't worry about incompatability, so modules compiled for the wrong
>model will cause spectacular crashes upon import:-)
Hm, I was rather happy about the project changes we made for 1.5.2 so that
extension modules don't need to be recompiled for each new version. I would
hate to see extensions compiled for 1.5.2c break in the next version. But
if it's unavoidable, so be it. Anyhow, crashing should be avoided at all
cost: this is Python after all ;-)
Just