File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
appsec_iast_aspects_ospath
appsec_iast_aspects_re_module
appsec_iast_aspects_split Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22import os
33import re
44
5- import ddtrace . _version as version
5+ from ddtrace import get_version
66
77
8+ version = get_version ()
9+
810# Some old versions could not have or export some symbols, so we import them dynamically and assign None if not found
911# which will make the aspect benchmark fail but not the entire benchmark
1012symbols = [
Original file line number Diff line number Diff line change 22import os
33import re
44
5- import ddtrace . _version as version
5+ from ddtrace import get_version
66
77
8+ version = get_version ()
9+
810# Some old versions could not have or export some symbols, so we import them dynamically and assign None if not found
911# which will make the aspect benchmark fail but not the entire benchmark
1012symbols = [
Original file line number Diff line number Diff line change 22import os
33import re
44
5- import ddtrace . _version as version
5+ from ddtrace import get_version
66
77
8+ version = get_version ()
9+
810# Some old versions could not have or export some symbols, so we import them dynamically and assign None if not found
911# which will make the aspect benchmark fail but not the entire benchmark
1012symbols = [
Original file line number Diff line number Diff line change 22import os
33import re
44
5- import ddtrace . _version as version
5+ from ddtrace import get_version
66
77
8+ version = get_version ()
9+
810# Some old versions could not have or export some symbols, so we import them dynamically and assign None if not found
911# which will make the aspect benchmark fail but not the entire benchmark
1012symbols = [
You can’t perform that action at this time.
0 commit comments