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 f4770a2 commit 6ec21e1Copy full SHA for 6ec21e1
1 file changed
stdlib/@tests/stubtest_allowlists/py315.txt
@@ -161,6 +161,9 @@ multiprocessing.process.BaseProcess.__init__
161
# base64.b64decode uses a private sentinel list as the default for parameters whose public types are bool/buffer.
162
base64.b64decode
163
164
+# New profiling package internals are not part of the typed public surface.
165
+profiling\.sampling\..+
166
+
167
# readline hook availability is build-dependent.
168
(readline.get_pre_input_hook)?
169
0 commit comments