[New-bugs-announce] [issue1724] Py_SIZE() macro used as an lvalue

Raymond Hettinger report at bugs.python.org
Thu Jan 3 00:43:20 CET 2008


New submission from Raymond Hettinger:

Don't know if this was intended.  Here's a example from rev 56476 in
arraymodule.c:

-       op->ob_size = size;
+       Py_Size(op) = size;

----------
assignee: loewis
components: Interpreter Core
messages: 59111
nosy: loewis, rhettinger
severity: normal
status: open
title: Py_SIZE() macro used as an lvalue
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1724>
__________________________________


More information about the New-bugs-announce mailing list