logoalt Hacker News

0cf8612b2e1eyesterday at 9:32 PM2 repliesview on HN

The Python C api leaks its guts. Too much of the internal representation was made available for extensions and now basically any change would be guaranteed to break backwards compatibility with something.


Replies

patmorgan23yesterday at 9:53 PM

Ooo this makes sense it's like if the Linux had don't break users space AND a whole bunch of other purely internal APIs you also can't refactor.

echelonyesterday at 9:55 PM

It's a shame that Python 2->3 transition was so painful, because Python could use a few more clean breaks with the past.

This would be a potential case for a new major version number.

show 1 reply