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 Antony.Lee
Recipients Antony.Lee, pitrou, rhettinger
Date 2017-08-25.01:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503624702.21.0.121421861142.issue31254@psf.upfronthosting.co.za>
In-reply-to
Content
The original example did not cover the use case and was only there to show the current behavior.  The real use case is more something like

obj = (get obj as argument to function, caller has a hard reference to it)
uid = d[obj]
History
Date User Action Args
2017-08-25 01:31:42Antony.Leesetrecipients: + Antony.Lee, rhettinger, pitrou
2017-08-25 01:31:42Antony.Leesetmessageid: <1503624702.21.0.121421861142.issue31254@psf.upfronthosting.co.za>
2017-08-25 01:31:42Antony.Leelinkissue31254 messages
2017-08-25 01:31:41Antony.Leecreate