SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 202 Python

bpo-31810: Add smelly.py to check exported symbols (#4057)

* 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"
V
Victor Stinner committed
87d332dcdbffe8ff60d99f74b1ad241c0967b055
Parent: 1aa00ff
Committed by GitHub <noreply@github.com> on 10/24/2017, 8:29:53 AM