Skip to content

Commit 6ec21e1

Browse files
committed
Allowlist profiling sampling internals
1 parent f4770a2 commit 6ec21e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stdlib/@tests/stubtest_allowlists/py315.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ multiprocessing.process.BaseProcess.__init__
161161
# base64.b64decode uses a private sentinel list as the default for parameters whose public types are bool/buffer.
162162
base64.b64decode
163163

164+
# New profiling package internals are not part of the typed public surface.
165+
profiling\.sampling\..+
166+
164167
# readline hook availability is build-dependent.
165168
(readline.get_pre_input_hook)?
166169

0 commit comments

Comments
 (0)