Skip to content

Commit fea593a

Browse files
authored
Module name derivation (PR1 of many) (#58)
We are working on deriving a way to compute Python module names from the information that we get during tracing. This is first PR in a series of several
2 parents 2d45a23 + 12a071c commit fea593a

File tree

6 files changed

+476
-17
lines changed

6 files changed

+476
-17
lines changed

codetracer-python-recorder/resources/trace_filters/builtin_default.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ selector = 'pkg:literal:builtins'
3333
exec = "skip"
3434
reason = "Skip builtins module instrumentation"
3535

36+
[[scope.rules]]
37+
selector = 'pkg:glob:*_distutils_hack*'
38+
exec = "skip"
39+
reason = "Skip setuptools shim module"
40+
3641
[[scope.rules]]
3742
selector = 'pkg:glob:*'
3843

0 commit comments

Comments
 (0)