[issue27870] Left shift of zero allocates memory

Alex Groce report at bugs.python.org
Fri Aug 26 17:36:30 EDT 2016


Alex Groce added the comment:

Allocates, then fails to perform the operation (with MemoryError).  Neither a crash nor resource allocation, precisely, just fails to carry out operation GMP integers can do under the same circumstances.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27870>
_______________________________________


More information about the Python-bugs-list mailing list