We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34dd24 commit d211caaCopy full SHA for d211caa
Tools/scripts/smelly.py
@@ -47,7 +47,7 @@ def get_smelly_symbols(stdout):
47
continue
48
49
symbol = parts[-1]
50
- if symbol.startswith(('Py', '_Py')):
+ if symbol.startswith(('Py', '_Py', 'slp_')):
51
52
symbol = '%s (type: %s)' % (symbol, symtype)
53
symbols.append(symbol)
0 commit comments