mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-138122: Refactor the CLI of profiling.sampling into subcommands (#141813)
This commit is contained in:
parent
425f24e4fa
commit
3eec46d3c3
15 changed files with 1460 additions and 1440 deletions
|
|
@ -45,7 +45,7 @@
|
|||
system restrictions or missing privileges.
|
||||
"""
|
||||
|
||||
from .sample import main
|
||||
from .cli import main
|
||||
|
||||
def handle_permission_error():
|
||||
"""Handle PermissionError by displaying appropriate error message."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue