[New-bugs-announce] [issue40881] --with-valgrind broken
Stefan Krah
report at bugs.python.org
Fri Jun 5 18:38:42 EDT 2020
New submission from Stefan Krah <stefan at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40881>
_______________________________________
More information about the New-bugs-announce
mailing list