[Python-Dev] API bloat
Michael Foord
fuzzyman at voidspace.org.uk
Wed Feb 9 15:13:08 CET 2011
On 09/02/2011 13:59, Nick Coghlan wrote:
> [snip...]
> And, since the C API has never been anywhere near as tightly
> controlled as the language definition, alternative implementations are
> going to garner more sympathy if they restrict their concerns to the
> growth of the stable ABI rather than worrying about an implementation
> detail of CPython.
Actually the opposite. Users tend to be very unsympathetic when
extensions they depend on don't work with alternative implementations (I
speak from experience).
Michael
> Cheers,
> Nick.
>
--
http://www.voidspace.org.uk/
May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html
More information about the Python-Dev
mailing list