[New-bugs-announce] [issue31810] Travis CI, buildbots: run "make smelly" to check if CPython leaks symbols

STINNER Victor report at bugs.python.org
Wed Oct 18 11:22:59 EDT 2017


New submission from STINNER Victor <victor.stinner at gmail.com>:

Recently, a new "cell_set_contents()" public symbol was added by mistake: see bpo-30486. It was quickly noticed by doko, and fixed by me (commit 0ad05c32cc41d4c21bfd78b9ffead519ead475a2).

The problem is that we already have a "make smelly" command to check if Python "leaks" symbols, but this check is not run on our CIs (Travis CI or buildbots).

It would be nice to run automatically this test.

----------
components: Tests
keywords: buildbot
messages: 304582
nosy: haypo, zach.ware
priority: normal
severity: normal
status: open
title: Travis CI, buildbots: run "make smelly" to check if CPython leaks symbols
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31810>
_______________________________________


More information about the New-bugs-announce mailing list