[New-bugs-announce] [issue17645] assert fails in _Py_Mangle

Armin Rigo report at bugs.python.org
Sat Apr 6 17:37:03 CEST 2013


New submission from Armin Rigo:

Run this example on a 32-bit machine with more than 2GB of addressable RAM (e.g. by default, more or less anything but Windows).

On Python 2.7 it raises "SystemError: Negative size passed to PyString_FromStringAndSize".  On a debug version, it causes an assert in _Py_Mangle() to trigger.

----------
files: mem2.py
messages: 186135
nosy: arigo
priority: normal
severity: normal
status: open
title: assert fails in _Py_Mangle
versions: Python 2.7
Added file: http://bugs.python.org/file29688/mem2.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17645>
_______________________________________


More information about the New-bugs-announce mailing list