New submission from Minh Tran Trong <[email protected]>:
Please take a look at the image attached. I tried to create an object z in memory, then call it with any function, such as print([e for e in z]) or list(z), after that, z values become empty. Is it reasonable design or a bug? I found this appear in both python versions 3.6.5 and 3.7.0 ---------- assignedto: admin messages: 3537 nosy: admin, minhtrantrong priority: bug status: chatting title: Value of object is erased when it's called _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue664> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tracker-discuss Code of Conduct: https://www.python.org/psf/codeofconduct/
