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 Anthony Sottile, serhiy.storchaka, xtreak
Date 2019-01-14.06:24:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547447098.34.0.610962032349.issue35733@roundup.psfhosted.org>
In-reply-to
Content
Added Serhiy since this seems to have been caused due to issue32892 and changes made in 6015cc50bc


➜  cpython git:(6015cc50bc) ./python.exe -c 'import ast; print(isinstance(ast.Constant(False), ast.Num))'
True
➜  cpython git:(6015cc50bc) git checkout 6015cc5~1
➜  cpython git:(913876d824) make > /dev/null
➜  cpython git:(913876d824) ./python.exe -c 'import ast; print(isinstance(ast.Constant(False), ast.Num))'
False
History
Date User Action Args
2019-01-14 06:25:00xtreaksetrecipients: + xtreak, serhiy.storchaka, Anthony Sottile
2019-01-14 06:24:58xtreaksetmessageid: <1547447098.34.0.610962032349.issue35733@roundup.psfhosted.org>
2019-01-14 06:24:58xtreaklinkissue35733 messages
2019-01-14 06:24:58xtreakcreate