Skip to content

Commit 69667d4

Browse files
committed
Remove outdated/misplaced comments
1 parent 6158bf2 commit 69667d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/build/smelly.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
})
2222

2323
IGNORED_EXTENSION = "_ctypes_test"
24-
# Ignore constructor and destructor functions
2524

2625

2726
def is_local_symbol_type(symtype):
@@ -39,7 +38,6 @@ def is_local_symbol_type(symtype):
3938
def get_exported_symbols(library, dynamic=False):
4039
print(f"Check that {library} only exports symbols starting with Py or _Py")
4140

42-
# Only look at dynamic symbols
4341
args = ['nm', '--no-sort']
4442
if dynamic:
4543
args.append('--dynamic')

0 commit comments

Comments
 (0)