This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah, vstinner
Date 2020-06-05.22:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591396722.67.0.757074834651.issue40881@roundup.psfhosted.org>
In-reply-to
Content
./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. :-)
History
Date User Action Args
2020-06-05 22:38:42skrahsetrecipients: + skrah, vstinner
2020-06-05 22:38:42skrahsetmessageid: <1591396722.67.0.757074834651.issue40881@roundup.psfhosted.org>
2020-06-05 22:38:42skrahlinkissue40881 messages
2020-06-05 22:38:42skrahcreate