You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current valgrind suppressions (Misc/valgrind-python.supp) results in a lot of noise, e.g.:
==2662549== Conditional jump or move depends on uninitialised value(s)
==2662549== at 0x4EFD734: address_in_range (obmalloc.c:1200)
==2662549== by 0x4EFD734: _PyObject_Free (obmalloc.c:1467)
==2662549== by 0x4FAA6A3: block_free (pyarena.c:95)
==2662549== by 0x4FAA6A3: PyArena_Free (pyarena.c:169)
The suppressions are blocking Py_ADDRESS_IN_RANGE, but this function was renamed in 3.6.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: