Message318507
| Author | r.david.murray |
|---|---|
| Recipients | asottile, benjamin.peterson, brett.cannon, bukzor, geoffreyspear, georg.brandl, jonathan.underwood, ncoghlan, pitrou, r.david.murray, serhiy.storchaka |
| Date | 2018-06-02.18:29:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527964142.96.0.592728768989.issue24085@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
That's presumably due to the compile-time constant-expression optimization. Have you tried bytes(0x1000000)? I don't think that gets treated as a constant by the optimizer (but I could be wrong since a bunch of things ahve been added to it lately). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-02 18:29:03 | r.david.murray | set | recipients: + r.david.murray, brett.cannon, georg.brandl, ncoghlan, pitrou, benjamin.peterson, jonathan.underwood, bukzor, geoffreyspear, serhiy.storchaka, asottile |
| 2018-06-02 18:29:02 | r.david.murray | set | messageid: <1527964142.96.0.592728768989.issue24085@psf.upfronthosting.co.za> |
| 2018-06-02 18:29:02 | r.david.murray | link | issue24085 messages |
| 2018-06-02 18:29:02 | r.david.murray | create | |