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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1724>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to