Guido van Rossum wrote: > No, it's for the binary API. There's a test in Py_InitModule() that > checks whether a dynamically loaded extension uses the same API as the > core, and that's definitely a binary compatibility issue. I was under the impression that the binary API changes in every minor release. Neil