Hacker News new | ask | show | jobs
by kzrdude 1414 days ago
python has both .copy() methods and a copy module. That's not to highlight Python's strengths, but an indication that it's a complex topic in Python - it has footguns here. The copy module might even do the wrong thing for a given object.