mirror of https://github.com/python/cpython
Browse Source
* Add Tools/scripts/smelly.py: script checking if all symbols exported by libpython start with "Py" or "_Py". * Modify "make smelly" to run smelly.py: the command now fails with a non-zero exit code if libpython leaks a "smelly" symbol. * Travis CI now runs "make smelly"pull/4102/head
committed by
GitHub
3 changed files with 82 additions and 3 deletions
Loading…
Reference in new issue