@vstinner: These were your concerns, can you take this?
In my testing, I couldn’t even measure any difference.
I have seen some of this from a couple of Python core developers, as well as some people who support Python users on IRC and GitHub. I’m not going to point fingers, especially because things seem to have improved, but please reach out in private if you want examples.
I saw this as a problem, and it pushed me to the point of getting more actively involved in maintaining cPython in Debian, and reducing our patch burden by getting whatever was possible landed upstream. There were some issues in stable releases that lead to some of the unhappiness. I think I got most of them dealt with, and I hope that has resolved a lot of the resentment.
A common response I have seen is “Debian patches Python in weird ways, you should use Python from python.org”. Which is absolutely fair enough. We do patch things, and we break up the stdlib, in ways that I think make sense, but can be confusing to new developers who expect all the batteries to be present. We introduced a python3-full binary package to give you everything you’d expect.
The context for the stdlib splits is that Python is both a programming language, but as an interpreted language it’s also a runtime environment for applications. If you install an app that happens to be written in Python, we don’t install the full X/Wayland stack to give you working TKinter. Instead that’s in a separate package. Same goes for gdbm (for licensing reasons) and ensurepip (for dependency reasons).
Urgh, I really wouldn’t want to rely on that. It seems like loading a footgun…