Hacker News new | ask | show | jobs
by nedbat 871 days ago
Python itself only has one kind of argument passing (neither by-value or classic C++ by-reference), and nothing is copied. Library functions could make confusing choices, it's true.