Message285938
| 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:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, methane |
| 2017-01-21 05:11:26 | serhiy.storchaka | set | messageid: <1484975486.67.0.528236776285.issue29336@psf.upfronthosting.co.za> |
| 2017-01-21 05:11:26 | serhiy.storchaka | link | issue29336 messages |
| 2017-01-21 05:11:26 | serhiy.storchaka | create | |