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 xtreak
Recipients Chandan, docs@python, xtreak
Date 2019-07-01.08:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561970420.48.0.368736308189.issue37464@roundup.psfhosted.org>
In-reply-to
Content
a=1.0
b=0.0
c=0.0
if (a> d and b):
     print('hi')
else:
     print("bye")

d is not defined here and it throws a NameError for me. Can you please attach the full scripts that can be used to reproduce the behavior in the report.
History
Date User Action Args
2019-07-01 08:40:20xtreaksetrecipients: + xtreak, docs@python, Chandan
2019-07-01 08:40:20xtreaksetmessageid: <1561970420.48.0.368736308189.issue37464@roundup.psfhosted.org>
2019-07-01 08:40:20xtreaklinkissue37464 messages
2019-07-01 08:40:20xtreakcreate