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 6158bf2 commit 69667d4Copy full SHA for 69667d4
Tools/build/smelly.py
@@ -21,7 +21,6 @@
21
})
22
23
IGNORED_EXTENSION = "_ctypes_test"
24
-# Ignore constructor and destructor functions
25
26
27
def is_local_symbol_type(symtype):
@@ -39,7 +38,6 @@ def is_local_symbol_type(symtype):
39
38
def get_exported_symbols(library, dynamic=False):
40
print(f"Check that {library} only exports symbols starting with Py or _Py")
41
42
- # Only look at dynamic symbols
43
args = ['nm', '--no-sort']
44
if dynamic:
45
args.append('--dynamic')
0 commit comments