Hacker News new | ask | show | jobs
by nedbat 875 days ago
Except you can't see that model from (for example) Python, and you don't need to.
1 comments

Python presents an abstraction, but underneath, it's bound by the address space just as C is.
Yes, but why do I need to know that as a Python programmer? What mistakes might I make if I don't know about it?
I was just making it clear that the OS policy pervades. That is, the developers of CPython or another execution context need to care about it, and so it informs some of the implementation details that may leak into programs. We agree that Python presents an abstraction so that Python programmers (usually) don't have to see this.