New submission from Stefan Krah <ste...@bytereef.org>: ./configure --with-valgrind:
Objects/unicodeobject.c: In function ‘unicode_release_interned’: Objects/unicodeobject.c:15672:26: error: lvalue required as left operand of assignment Py_REFCNT(s) += 1; ^ Objects/unicodeobject.c:15678:26: error: lvalue required as left operand of assignment Py_REFCNT(s) += 2; Well, Py_REFCNT(s) is no longer an lvalue. :-) ---------- messages: 370793 nosy: skrah, vstinner priority: normal severity: normal status: open title: --with-valgrind broken _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40881> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com