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 serhiy.storchaka
Recipients methane, serhiy.storchaka, vstinner
Date 2017-01-21.05:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484975486.67.0.528236776285.issue29336@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -Wa -b -c "lambda: 'a'; lambda: b'a'"
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string
sys:1: BytesWarning: Comparison between bytes and string

Look at _PyCode_ConstantKey(), it may help.
History
Date User Action Args
2017-01-21 05:11:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-21 05:11:26serhiy.storchakasetmessageid: <1484975486.67.0.528236776285.issue29336@psf.upfronthosting.co.za>
2017-01-21 05:11:26serhiy.storchakalinkissue29336 messages
2017-01-21 05:11:26serhiy.storchakacreate