This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nanthil
Recipients nanthil, steven.daprano
Date 2018-05-24.14:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527173377.37.0.682650639539.issue33636@psf.upfronthosting.co.za>
In-reply-to
Content
Can anyone give me a legitimate answer as to why this would be expected behavior? When at any point would you ever need that? 

If the list is local, you already have the thing. If it isn't local, you can pass it to a function by reference. So then, why would you ever need N references to the same thing?

Are you going to run out? 

Are your functions buying tickets to the reference of my thing show, and you're afraid those tickets will run out?

What is this?
History
Date User Action Args
2018-05-24 14:49:37nanthilsetrecipients: + nanthil, steven.daprano
2018-05-24 14:49:37nanthilsetmessageid: <1527173377.37.0.682650639539.issue33636@psf.upfronthosting.co.za>
2018-05-24 14:49:37nanthillinkissue33636 messages
2018-05-24 14:49:37nanthilcreate