Ben> Python extensions written in C require recompilation for each new Ben> version of Python, due to Python limitations.
>> Can you propose a means to eliminate this limitation? Mike> Sure, write your wrapper-style extensions in ctypes :). I was think more along the lines of how could the Python extension module API change so that for example, modules compiled for Python 2.6 would continue to work without warning under Python 2.7. Maybe ctypes is the answer, but suspect it addresses a different API than I was thinking of. Skip -- http://mail.python.org/mailman/listinfo/python-list