R. David Murray <rdmur...@bitdance.com> added the comment:

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).

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue24085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to