diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-10-24 08:29:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 08:29:53 (GMT) |
commit | 87d332dcdbffe8ff60d99f74b1ad241c0967b055 (patch) | |
tree | 5237dbe65d2354c16cc71b0b5d13b1eb52b75d4e /Lib/test/test_os.py | |
parent | 1aa00ff383c43335e4a5044274617dbf59bc839e (diff) | |
download | cpython-87d332dcdbffe8ff60d99f74b1ad241c0967b055.zip cpython-87d332dcdbffe8ff60d99f74b1ad241c0967b055.tar.gz cpython-87d332dcdbffe8ff60d99f74b1ad241c0967b055.tar.bz2 |
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"
Diffstat (limited to 'Lib/test/test_os.py')
0 files changed, 0 insertions, 0 deletions