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 e44170e commit 2e40f1dCopy full SHA for 2e40f1d
Tools/build/smelly.py
@@ -25,6 +25,8 @@
25
# "Legacy": some old symbols are prefixed by "PY_".
26
EXCEPTIONS = frozenset({
27
'PY_TIMEOUT_MAX',
28
+ '__jit_debug_descriptor',
29
+ '__jit_debug_register_code',
30
})
31
32
IGNORED_EXTENSION = "_ctypes_test"
0 commit comments