Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31355: Travis-CI: re-enable macOS job (#5858) | Antoine Pitrou | 2018-02-27 | 1 | -1/+6 |
| | | | | The long build queues that plagued macOS builds on Travis seem to be a thing of the past now. | ||||
* | bpo-31810: Add smelly.py to check exported symbols (#4057) | Victor Stinner | 2017-10-24 | 1 | -0/+78 |
* 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" |