Skip to content

Commit 2e40f1d

Browse files
committed
Fix smelly
1 parent e44170e commit 2e40f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/build/smelly.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
# "Legacy": some old symbols are prefixed by "PY_".
2626
EXCEPTIONS = frozenset({
2727
'PY_TIMEOUT_MAX',
28+
'__jit_debug_descriptor',
29+
'__jit_debug_register_code',
2830
})
2931

3032
IGNORED_EXTENSION = "_ctypes_test"

0 commit comments

Comments
 (0)