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 yesheng
Recipients rhettinger, yesheng
Date 2018-11-19.07:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542613377.97.0.788709270274.issue35273@psf.upfronthosting.co.za>
In-reply-to
Content
I tried again, and could not reproduce on 3.6.7, latest update:

For 3.6.7: Both yyy() and zzz() got NameError

For 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]
yyy() got ['abc', 'abd']
zzz() got NameError

2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)]
yyy() got ['abc', 'abd']
zzz() got NameError
History
Date User Action Args
2018-11-19 07:42:58yeshengsetrecipients: + yesheng, rhettinger
2018-11-19 07:42:57yeshengsetmessageid: <1542613377.97.0.788709270274.issue35273@psf.upfronthosting.co.za>
2018-11-19 07:42:57yeshenglinkissue35273 messages
2018-11-19 07:42:57yeshengcreate