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 1b0be12 commit a77d0d1Copy full SHA for a77d0d1
exercises.py
@@ -45,3 +45,10 @@ def entrypoint_regexp_perf():
45
input = '0' + ' ' * 2**10 + '0' # end warmup
46
47
re.match(importlib_metadata.EntryPoint.pattern, input)
48
+
49
50
+def normalize_perf():
51
+ # python/cpython#143658
52
+ import importlib_metadata # end warmup
53
54
+ importlib_metadata.Prepared.normalize('sample')
0 commit comments