New submission from STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to