Python finally offloads some batteries
Python finally offloads some batteries
Posted Mar 18, 2022 8:25 UTC (Fri) by milesrout (subscriber, #126894)In reply to: Python finally offloads some batteries by logang
Parent article: Python finally offloads some batteries
Linux developers, on the other hand, have no qualms about changing core interfaces in any old version. They don't exactly *go out of their way to*, especially where it would complicate backporting fixes to older versions. But look at the discussions happening around list iterators. They clearly are willing to change fundamental interfaces quite readily.
This means that out-of-tree modules for the kernel are in a very different level of support (none at all) than third-party modules for Python. The whole *point* of Python is a stable interface against which to write third-party modules! That's what a language *is*!
