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 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:03r.david.murraysetrecipients: + r.david.murray, brett.cannon, georg.brandl, ncoghlan, pitrou, benjamin.peterson, jonathan.underwood, bukzor, geoffreyspear, serhiy.storchaka, asottile
2018-06-02 18:29:02r.david.murraysetmessageid: <1527964142.96.0.592728768989.issue24085@psf.upfronthosting.co.za>
2018-06-02 18:29:02r.david.murraylinkissue24085 messages
2018-06-02 18:29:02r.david.murraycreate