[issue1724] Py_SIZE() macro used as an lvalue

2008-01-02 Thread Martin v. Löwis
Martin v. Löwis added the comment: Certainly. This macro definitely *is* an lvalue. -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue1724] Py_SIZE() macro used as an lvalue

2008-01-02 Thread Raymond Hettinger
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 s