[issue40881] --with-valgrind broken

2020-06-07 Thread STINNER Victor
STINNER Victor added the comment: Fixed. Thanks for the bug report Stefan! -- components: +Build resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 ___ Python tracker

[issue40881] --with-valgrind broken

2020-06-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset c96a61e8163c2d25ed4ac77cf96201fd0bdb945c by Victor Stinner in branch 'master': bpo-40881: Fix unicode_release_interned() (GH-20699) https://github.com/python/cpython/commit/c96a61e8163c2d25ed4ac77cf96201fd0bdb945c -- _

[issue40881] --with-valgrind broken

2020-06-07 Thread STINNER Victor
STINNER Victor added the comment: Regression introduced by my commit fe2978b3b940fe2478335e3a2ca5ad22338cdf9c: bpo-39573. I wrote a PR 20699 to fix unicode_release_interned(). -- ___ Python tracker

[issue40881] --with-valgrind broken

2020-06-07 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +19914 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20699 ___ Python tracker ___ _

[issue40881] --with-valgrind broken

2020-06-05 Thread Stefan Krah
New submission from Stefan Krah : ./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/unicodeobjec